Html Css Color HEX #870FCC Dark Violet

📋 copy color: '#870FCC'

red 135 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #870FCC

Tints of Dark Violet #870FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.24%

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

R = 38.14%
G = 4.24%
B = 57.63%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#870FCC (or 0x870FCC) is known color: Dark Violet. HEX triplet: 87, 0F and CC. RGB value is (135,15,204). Sum of RGB (Red+Green+Blue) = 135+15+204=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #870FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FCC is #78F033. Grayscale: #474747. Windows color (decimal): -7925812 or 13373319. OLE color: 13373319.

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

Color convert

RGB 135 15 204 -
CMYK 0.34 0.93 0 0.2
HSL 278.1º 0.86% 0.43% -
HSV(B) 278.1º 0.93% 0.8% -
XYZ 21.06 9.85 57.92 -
YUV 72.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 135 15 204 0.34 0.93 0 0.2 278.1 0.86 0.43
Hex 87 F CC 22 5D 0 14 116 56 2B
Octal 207 17 314 42 135 0 24 426 126 53
Binary 10000111 1111 11001100 100010 1011101 0 10100 100010110 1010110 101011

Color Harmonies of #870FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FCC

Black with #870FCC

Text Example


Text Example

White with #870FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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