Html Css Color HEX #870FEB Blue Violet

📋 copy color: '#870FEB'

red 135 ◦ green 15 ◦ blue 235

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

Shades of Blue Violet #870FEB

Tints of Blue Violet #870FEB

RGB

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

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

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

R = 35.06%
G = 3.9%
B = 61.04%

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

#870FEB (or 0x870FEB) is known color: Blue Violet. HEX triplet: 87, 0F and EB. RGB value is (135,15,235). Sum of RGB (Red+Green+Blue) = 135+15+235=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #870FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FEB is #78F014. Grayscale: #4B4B4B. Windows color (decimal): -7925781 or 15404935. OLE color: 15404935.

HSL color Cylindrical-coordinate representation of color #870FEB: hue angle of 272.73º degrees, saturation: 0.88, 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 #870FEB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 15 235 -
CMYK 0.43 0.94 0 0.08
HSL 272.73º 0.88% 0.49% -
HSV(B) 272.73º 0.94% 0.92% -
XYZ 25.16 11.49 79.49 -
YUV 75.96 217.76 170.11 -
System Red Green Blue C M Y K H S L
Decimal 135 15 235 0.43 0.94 0 0.08 272.73 0.88 0.49
Hex 87 F EB 2B 5E 0 8 111 58 31
Octal 207 17 353 53 136 0 10 421 130 61
Binary 10000111 1111 11101011 101011 1011110 0 1000 100010001 1011000 110001

Color Harmonies of #870FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FEB

Black with #870FEB

Text Example


Text Example

White with #870FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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