Html Css Color HEX #870BBB Dark Violet

📋 copy color: '#870BBB'

red 135 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #870BBB

Tints of Dark Violet #870BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 40.54%
G = 3.3%
B = 56.16%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#870BBB (or 0x870BBB) is known color: Dark Violet. HEX triplet: 87, 0B and BB. RGB value is (135,11,187). Sum of RGB (Red+Green+Blue) = 135+11+187=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #870BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BBB is #78F444. Grayscale: #434343. Windows color (decimal): -7926853 or 12258183. OLE color: 12258183.

HSL color Cylindrical-coordinate representation of color #870BBB: hue angle of 282.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870BBB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 11 187 -
CMYK 0.28 0.94 0 0.27
HSL 282.27º 0.89% 0.39% -
HSV(B) 282.27º 0.94% 0.73% -
XYZ 19.08 8.98 47.74 -
YUV 68.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 135 11 187 0.28 0.94 0 0.27 282.27 0.89 0.39
Hex 87 B BB 1C 5E 0 1B 11A 59 27
Octal 207 13 273 34 136 0 33 432 131 47
Binary 10000111 1011 10111011 11100 1011110 0 11011 100011010 1011001 100111

Color Harmonies of #870BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BBB

Black with #870BBB

Text Example


Text Example

White with #870BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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