Html Css Color HEX #870ADE Dark Violet

📋 copy color: '#870ADE'

red 135 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #870ADE

Tints of Dark Violet #870ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 36.78%
G = 2.72%
B = 60.49%

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

#870ADE (or 0x870ADE) is known color: Dark Violet. HEX triplet: 87, 0A and DE. RGB value is (135,10,222). Sum of RGB (Red+Green+Blue) = 135+10+222=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #870ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ADE is #78F521. Grayscale: #464646. Windows color (decimal): -7927074 or 14551687. OLE color: 14551687.

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

Color convert

RGB 135 10 222 -
CMYK 0.39 0.95 0 0.13
HSL 275.38º 0.91% 0.45% -
HSV(B) 275.38º 0.95% 0.87% -
XYZ 23.29 10.64 69.93 -
YUV 71.54 212.91 173.26 -
System Red Green Blue C M Y K H S L
Decimal 135 10 222 0.39 0.95 0 0.13 275.38 0.91 0.45
Hex 87 A DE 27 5F 0 D 113 5B 2D
Octal 207 12 336 47 137 0 15 423 133 55
Binary 10000111 1010 11011110 100111 1011111 0 1101 100010011 1011011 101101

Color Harmonies of #870ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870ADE

Black with #870ADE

Text Example


Text Example

White with #870ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,222); }

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

background-color css

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

 a { background-color: rgb(135,10,222); }

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

border-color css

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

 span { border-color: rgb(135,10,222); }

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