Html Css Color HEX #872295 Vivid Violet

📋 copy color: '#872295'

red 135 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #872295

Tints of Vivid Violet #872295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 42.45%
G = 10.69%
B = 46.86%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#872295 (or 0x872295) is known color: Vivid Violet. HEX triplet: 87, 22 and 95. RGB value is (135,34,149). Sum of RGB (Red+Green+Blue) = 135+34+149=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #872295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872295 is #78DD6A. Grayscale: #4C4C4C. Windows color (decimal): -7921003 or 9773703. OLE color: 9773703.

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

Color convert

RGB 135 34 149 -
CMYK 0.09 0.77 0 0.42
HSL 292.7º 0.63% 0.36% -
HSV(B) 292.7º 0.77% 0.58% -
XYZ 15.99 8.46 29.22 -
YUV 77.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 135 34 149 0.09 0.77 0 0.42 292.7 0.63 0.36
Hex 87 22 95 9 4D 0 2A 125 3F 24
Octal 207 42 225 11 115 0 52 445 77 44
Binary 10000111 100010 10010101 1001 1001101 0 101010 100100101 111111 100100

Color Harmonies of #872295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872295

Black with #872295

Text Example


Text Example

White with #872295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872295; }

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

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

background-color css

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

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

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

border-color css

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

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

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