Html Css Color HEX #870BDF Dark Violet

📋 copy color: '#870BDF'

red 135 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #870BDF

Tints of Dark Violet #870BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 36.59%
G = 2.98%
B = 60.43%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#870BDF (or 0x870BDF) is known color: Dark Violet. HEX triplet: 87, 0B and DF. RGB value is (135,11,223). Sum of RGB (Red+Green+Blue) = 135+11+223=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #870BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BDF is #78F420. Grayscale: #474747. Windows color (decimal): -7926817 or 14617479. OLE color: 14617479.

HSL color Cylindrical-coordinate representation of color #870BDF: hue angle of 275.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BDF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 11 223 -
CMYK 0.39 0.95 0 0.13
HSL 275.09º 0.91% 0.46% -
HSV(B) 275.09º 0.95% 0.87% -
XYZ 23.43 10.72 70.65 -
YUV 72.24 213.08 172.76 -
System Red Green Blue C M Y K H S L
Decimal 135 11 223 0.39 0.95 0 0.13 275.09 0.91 0.46
Hex 87 B DF 27 5F 0 D 113 5B 2E
Octal 207 13 337 47 137 0 15 423 133 56
Binary 10000111 1011 11011111 100111 1011111 0 1101 100010011 1011011 101110

Color Harmonies of #870BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BDF

Black with #870BDF

Text Example


Text Example

White with #870BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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