Html Css Color HEX #870FBC Dark Violet

📋 copy color: '#870FBC'

red 135 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #870FBC

Tints of Dark Violet #870FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 39.94%
G = 4.44%
B = 55.62%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#870FBC (or 0x870FBC) is known color: Dark Violet. HEX triplet: 87, 0F and BC. RGB value is (135,15,188). Sum of RGB (Red+Green+Blue) = 135+15+188=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #870FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FBC is #78F043. Grayscale: #464646. Windows color (decimal): -7925828 or 12324743. OLE color: 12324743.

HSL color Cylindrical-coordinate representation of color #870FBC: hue angle of 281.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870FBC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 15 188 -
CMYK 0.28 0.92 0 0.26
HSL 281.62º 0.85% 0.4% -
HSV(B) 281.62º 0.92% 0.74% -
XYZ 19.24 9.12 48.32 -
YUV 70.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 135 15 188 0.28 0.92 0 0.26 281.62 0.85 0.4
Hex 87 F BC 1C 5C 0 1A 11A 55 28
Octal 207 17 274 34 134 0 32 432 125 50
Binary 10000111 1111 10111100 11100 1011100 0 11010 100011010 1010101 101000

Color Harmonies of #870FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FBC

Black with #870FBC

Text Example


Text Example

White with #870FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,15,188); }

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

background-color css

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

 a { background-color: rgb(135,15,188); }

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

border-color css

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

 span { border-color: rgb(135,15,188); }

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