Html Css Color HEX #870CCC Dark Violet

📋 copy color: '#870CCC'

red 135 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #870CCC

Tints of Dark Violet #870CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 38.46%
G = 3.42%
B = 58.12%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#870CCC (or 0x870CCC) is known color: Dark Violet. HEX triplet: 87, 0C and CC. RGB value is (135,12,204). Sum of RGB (Red+Green+Blue) = 135+12+204=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #870CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CCC is #78F333. Grayscale: #464646. Windows color (decimal): -7926580 or 13372551. OLE color: 13372551.

HSL color Cylindrical-coordinate representation of color #870CCC: hue angle of 278.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870CCC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 12 204 -
CMYK 0.34 0.94 0 0.2
HSL 278.44º 0.89% 0.42% -
HSV(B) 278.44º 0.94% 0.8% -
XYZ 21.02 9.77 57.91 -
YUV 70.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 135 12 204 0.34 0.94 0 0.2 278.44 0.89 0.42
Hex 87 C CC 22 5E 0 14 116 59 2A
Octal 207 14 314 42 136 0 24 426 131 52
Binary 10000111 1100 11001100 100010 1011110 0 10100 100010110 1011001 101010

Color Harmonies of #870CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CCC

Black with #870CCC

Text Example


Text Example

White with #870CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870CCC; }

 p { color: rgb(135,12,204); }

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

background-color css

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

 a { background-color: rgb(135,12,204); }

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

border-color css

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

 span { border-color: rgb(135,12,204); }

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