Html Css Color HEX #870BCF Dark Violet

📋 copy color: '#870BCF'

red 135 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #870BCF

Tints of Dark Violet #870BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 38.24%
G = 3.12%
B = 58.64%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#870BCF (or 0x870BCF) is known color: Dark Violet. HEX triplet: 87, 0B and CF. RGB value is (135,11,207). Sum of RGB (Red+Green+Blue) = 135+11+207=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #870BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BCF is #78F430. Grayscale: #454545. Windows color (decimal): -7926833 or 13568903. OLE color: 13568903.

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

Color convert

RGB 135 11 207 -
CMYK 0.35 0.95 0 0.19
HSL 277.96º 0.9% 0.43% -
HSV(B) 277.96º 0.95% 0.81% -
XYZ 21.37 9.9 59.81 -
YUV 70.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 135 11 207 0.35 0.95 0 0.19 277.96 0.9 0.43
Hex 87 B CF 23 5F 0 13 116 5A 2B
Octal 207 13 317 43 137 0 23 426 132 53
Binary 10000111 1011 11001111 100011 1011111 0 10011 100010110 1011010 101011

Color Harmonies of #870BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BCF

Black with #870BCF

Text Example


Text Example

White with #870BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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