Html Css Color HEX #870BD8 Dark Violet

📋 copy color: '#870BD8'

red 135 ◦ green 11 ◦ blue 216

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

Shades of Dark Violet #870BD8

Tints of Dark Violet #870BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 37.29%
G = 3.04%
B = 59.67%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#870BD8 (or 0x870BD8) is known color: Dark Violet. HEX triplet: 87, 0B and D8. RGB value is (135,11,216). Sum of RGB (Red+Green+Blue) = 135+11+216=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #870BD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BD8 is #78F427. Grayscale: #464646. Windows color (decimal): -7926824 or 14158727. OLE color: 14158727.

HSL color Cylindrical-coordinate representation of color #870BD8: hue angle of 276.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BD8 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 11 216 -
CMYK 0.38 0.95 0 0.15
HSL 276.29º 0.9% 0.45% -
HSV(B) 276.29º 0.95% 0.85% -
XYZ 22.51 10.35 65.78 -
YUV 71.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 135 11 216 0.38 0.95 0 0.15 276.29 0.9 0.45
Hex 87 B D8 26 5F 0 F 114 5A 2D
Octal 207 13 330 46 137 0 17 424 132 55
Binary 10000111 1011 11011000 100110 1011111 0 1111 100010100 1011010 101101

Color Harmonies of #870BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BD8

Black with #870BD8

Text Example


Text Example

White with #870BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,11,216); }

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

background-color css

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

 a { background-color: rgb(135,11,216); }

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

border-color css

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

 span { border-color: rgb(135,11,216); }

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