Html Css Color HEX #872495 Vivid Violet

📋 copy color: '#872495'

red 135 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #872495

Tints of Vivid Violet #872495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

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

R = 42.19%
G = 11.25%
B = 46.56%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#872495 (or 0x872495) is known color: Vivid Violet. HEX triplet: 87, 24 and 95. RGB value is (135,36,149). Sum of RGB (Red+Green+Blue) = 135+36+149=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #872495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872495 is #78DB6A. Grayscale: #4E4E4E. Windows color (decimal): -7920491 or 9774215. OLE color: 9774215.

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

Color convert

RGB 135 36 149 -
CMYK 0.09 0.76 0 0.42
HSL 292.57º 0.61% 0.36% -
HSV(B) 292.57º 0.76% 0.58% -
XYZ 16.05 8.58 29.24 -
YUV 78.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 135 36 149 0.09 0.76 0 0.42 292.57 0.61 0.36
Hex 87 24 95 9 4C 0 2A 125 3D 24
Octal 207 44 225 11 114 0 52 445 75 44
Binary 10000111 100100 10010101 1001 1001100 0 101010 100100101 111101 100100

Color Harmonies of #872495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872495

Black with #872495

Text Example


Text Example

White with #872495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872495; }

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

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

background-color css

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

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

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

border-color css

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

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

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