Html Css Color HEX #872995 Vivid Violet

📋 copy color: '#872995'

red 135 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #872995

Tints of Vivid Violet #872995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 41.54%
G = 12.62%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#872995 (or 0x872995) is known color: Vivid Violet. HEX triplet: 87, 29 and 95. RGB value is (135,41,149). Sum of RGB (Red+Green+Blue) = 135+41+149=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #872995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872995 is #78D66A. Grayscale: #515151. Windows color (decimal): -7919211 or 9775495. OLE color: 9775495.

HSL color Cylindrical-coordinate representation of color #872995: hue angle of 292.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872995 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 41 149 -
CMYK 0.09 0.72 0 0.42
HSL 292.22º 0.57% 0.37% -
HSV(B) 292.22º 0.72% 0.58% -
XYZ 16.21 8.91 29.3 -
YUV 81.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 135 41 149 0.09 0.72 0 0.42 292.22 0.57 0.37
Hex 87 29 95 9 48 0 2A 124 39 25
Octal 207 51 225 11 110 0 52 444 71 45
Binary 10000111 101001 10010101 1001 1001000 0 101010 100100100 111001 100101

Color Harmonies of #872995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872995

Black with #872995

Text Example


Text Example

White with #872995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872995; }

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

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

background-color css

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

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

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

border-color css

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

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

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