Html Css Color HEX #870EEF Blue Violet

📋 copy color: '#870EEF'

red 135 ◦ green 14 ◦ blue 239

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

Shades of Blue Violet #870EEF

Tints of Blue Violet #870EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 34.79%
G = 3.61%
B = 61.6%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#870EEF (or 0x870EEF) is known color: Blue Violet. HEX triplet: 87, 0E and EF. RGB value is (135,14,239). Sum of RGB (Red+Green+Blue) = 135+14+239=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #870EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EEF is #78F110. Grayscale: #4B4B4B. Windows color (decimal): -7926033 or 15666823. OLE color: 15666823.

HSL color Cylindrical-coordinate representation of color #870EEF: hue angle of 272.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EEF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 14 239 -
CMYK 0.44 0.94 0 0.06
HSL 272.27º 0.89% 0.5% -
HSV(B) 272.27º 0.94% 0.94% -
XYZ 25.73 11.7 82.56 -
YUV 75.83 220.09 170.2 -
System Red Green Blue C M Y K H S L
Decimal 135 14 239 0.44 0.94 0 0.06 272.27 0.89 0.5
Hex 87 E EF 2C 5E 0 6 110 59 32
Octal 207 16 357 54 136 0 6 420 131 62
Binary 10000111 1110 11101111 101100 1011110 0 110 100010000 1011001 110010

Color Harmonies of #870EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EEF

Black with #870EEF

Text Example


Text Example

White with #870EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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