Html Css Color HEX #870BD2 Dark Violet

📋 copy color: '#870BD2'

red 135 ◦ green 11 ◦ blue 210

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

Shades of Dark Violet #870BD2

Tints of Dark Violet #870BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.99%

R = 37.92%
G = 3.09%
B = 58.99%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#870BD2 (or 0x870BD2) is known color: Dark Violet. HEX triplet: 87, 0B and D2. RGB value is (135,11,210). Sum of RGB (Red+Green+Blue) = 135+11+210=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #870BD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BD2 is #78F42D. Grayscale: #464646. Windows color (decimal): -7926830 or 13765511. OLE color: 13765511.

HSL color Cylindrical-coordinate representation of color #870BD2: hue angle of 277.39º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BD2 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 11 210 -
CMYK 0.36 0.95 0 0.18
HSL 277.39º 0.9% 0.43% -
HSV(B) 277.39º 0.95% 0.82% -
XYZ 21.74 10.04 61.77 -
YUV 70.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 135 11 210 0.36 0.95 0 0.18 277.39 0.9 0.43
Hex 87 B D2 24 5F 0 12 115 5A 2B
Octal 207 13 322 44 137 0 22 425 132 53
Binary 10000111 1011 11010010 100100 1011111 0 10010 100010101 1011010 101011

Color Harmonies of #870BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BD2

Black with #870BD2

Text Example


Text Example

White with #870BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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