Html Css Color HEX #874D96 Vivid Violet

📋 copy color: '#874D96'

red 135 ◦ green 77 ◦ blue 150

#874D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #874D96

Tints of Vivid Violet #874D96

RGB

 RED value IS 135 (53.13% from 255) = 37.29%

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 37.29%
G = 21.27%
B = 41.44%

CMYK

 C value IS 0.1

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#874D96 (or 0x874D96) is known color: Vivid Violet. HEX triplet: 87, 4D and 96. RGB value is (135,77,150). Sum of RGB (Red+Green+Blue) = 135+77+150=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #874D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D96 is #78B269. Grayscale: #666666. Windows color (decimal): -7909994 or 9850247. OLE color: 9850247.

HSL color Cylindrical-coordinate representation of color #874D96: hue angle of 287.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874D96 is Cyan = 0.1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 77 150 -
CMYK 0.1 0.49 0 0.41
HSL 287.67º 0.32% 0.45% -
HSV(B) 287.67º 0.49% 0.59% -
XYZ 18.15 12.66 30.34 -
YUV 102.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 135 77 150 0.1 0.49 0 0.41 287.67 0.32 0.45
Hex 87 4D 96 A 31 0 29 120 20 2D
Octal 207 115 226 12 61 0 51 440 40 55
Binary 10000111 1001101 10010110 1010 110001 0 101001 100100000 100000 101101

Color Harmonies of #874D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D96

Black with #874D96

Text Example


Text Example

White with #874D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874D96; }

 p { color: rgb(135,77,150); }

 H1.HeaderClassName
 {
   color: #874D96;
 }
 .AnyTagClassName
 {
   color: #874D96;
 }
</style>

background-color css

<style>
 a { background-color: #874D96; }

 a { background-color: rgb(135,77,150); }

 div.DivClassName
 {
   background-color: #874D96;
 }
 .BgClassName
 {
   background-color: #874D96;
 }
</style>

border-color css

<style>
 span { border-color: #874D96; }

 span { border-color: rgb(135,77,150); }

 td.TdClassName
 {
   border-color: #874D96;
 }
 .TagClassName
 {
   border-color: #874D96;
 }
</style>