Html Css Color HEX #870CDD Dark Violet

📋 copy color: '#870CDD'

red 135 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #870CDD

Tints of Dark Violet #870CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 36.68%
G = 3.26%
B = 60.05%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#870CDD (or 0x870CDD) is known color: Dark Violet. HEX triplet: 87, 0C and DD. RGB value is (135,12,221). Sum of RGB (Red+Green+Blue) = 135+12+221=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #870CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CDD is #78F322. Grayscale: #474747. Windows color (decimal): -7926563 or 14486663. OLE color: 14486663.

HSL color Cylindrical-coordinate representation of color #870CDD: hue angle of 275.31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CDD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 12 221 -
CMYK 0.39 0.95 0 0.13
HSL 275.31º 0.9% 0.46% -
HSV(B) 275.31º 0.95% 0.87% -
XYZ 23.17 10.63 69.24 -
YUV 72.6 211.75 172.51 -
System Red Green Blue C M Y K H S L
Decimal 135 12 221 0.39 0.95 0 0.13 275.31 0.9 0.46
Hex 87 C DD 27 5F 0 D 113 5A 2E
Octal 207 14 335 47 137 0 15 423 132 56
Binary 10000111 1100 11011101 100111 1011111 0 1101 100010011 1011010 101110

Color Harmonies of #870CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CDD

Black with #870CDD

Text Example


Text Example

White with #870CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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