Html Css Color HEX #870EEB Blue Violet

📋 copy color: '#870EEB'

red 135 ◦ green 14 ◦ blue 235

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

Shades of Blue Violet #870EEB

Tints of Blue Violet #870EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.65%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 35.16%
G = 3.65%
B = 61.2%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#870EEB (or 0x870EEB) is known color: Blue Violet. HEX triplet: 87, 0E and EB. RGB value is (135,14,235). Sum of RGB (Red+Green+Blue) = 135+14+235=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #870EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EEB is #78F114. Grayscale: #4A4A4A. Windows color (decimal): -7926037 or 15404679. OLE color: 15404679.

HSL color Cylindrical-coordinate representation of color #870EEB: hue angle of 272.85º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EEB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 14 235 -
CMYK 0.43 0.94 0 0.08
HSL 272.85º 0.89% 0.49% -
HSV(B) 272.85º 0.94% 0.92% -
XYZ 25.14 11.46 79.48 -
YUV 75.37 218.09 170.53 -
System Red Green Blue C M Y K H S L
Decimal 135 14 235 0.43 0.94 0 0.08 272.85 0.89 0.49
Hex 87 E EB 2B 5E 0 8 111 59 31
Octal 207 16 353 53 136 0 10 421 131 61
Binary 10000111 1110 11101011 101011 1011110 0 1000 100010001 1011001 110001

Color Harmonies of #870EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EEB

Black with #870EEB

Text Example


Text Example

White with #870EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,14,235); }

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

background-color css

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

 a { background-color: rgb(135,14,235); }

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

border-color css

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

 span { border-color: rgb(135,14,235); }

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