Html Css Color HEX #872996 Vivid Violet

📋 copy color: '#872996'

red 135 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #872996

Tints of Vivid Violet #872996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 41.41%
G = 12.58%
B = 46.01%

CMYK

 C value IS 0.1

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#872996 (or 0x872996) is known color: Vivid Violet. HEX triplet: 87, 29 and 96. RGB value is (135,41,150). Sum of RGB (Red+Green+Blue) = 135+41+150=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #872996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872996 is #78D669. Grayscale: #515151. Windows color (decimal): -7919210 or 9841031. OLE color: 9841031.

HSL color Cylindrical-coordinate representation of color #872996: hue angle of 291.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872996 is Cyan = 0.1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 41 150 -
CMYK 0.1 0.73 0 0.41
HSL 291.74º 0.57% 0.37% -
HSV(B) 291.74º 0.73% 0.59% -
XYZ 16.29 8.94 29.72 -
YUV 81.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 135 41 150 0.1 0.73 0 0.41 291.74 0.57 0.37
Hex 87 29 96 A 49 0 29 124 39 25
Octal 207 51 226 12 111 0 51 444 71 45
Binary 10000111 101001 10010110 1010 1001001 0 101001 100100100 111001 100101

Color Harmonies of #872996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872996

Black with #872996

Text Example


Text Example

White with #872996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872996; }

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

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

background-color css

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

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

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

border-color css

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

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

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