Html Css Color HEX #870EE7 Blue Violet

📋 copy color: '#870EE7'

red 135 ◦ green 14 ◦ blue 231

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

Shades of Blue Violet #870EE7

Tints of Blue Violet #870EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.79%

R = 35.53%
G = 3.68%
B = 60.79%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#870EE7 (or 0x870EE7) is known color: Blue Violet. HEX triplet: 87, 0E and E7. RGB value is (135,14,231). Sum of RGB (Red+Green+Blue) = 135+14+231=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #870EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EE7 is #78F118. Grayscale: #4A4A4A. Windows color (decimal): -7926041 or 15142535. OLE color: 15142535.

HSL color Cylindrical-coordinate representation of color #870EE7: hue angle of 273.46º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EE7 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 14 231 -
CMYK 0.42 0.94 0 0.09
HSL 273.46º 0.89% 0.48% -
HSV(B) 273.46º 0.94% 0.91% -
XYZ 24.57 11.23 76.47 -
YUV 74.92 216.09 170.86 -
System Red Green Blue C M Y K H S L
Decimal 135 14 231 0.42 0.94 0 0.09 273.46 0.89 0.48
Hex 87 E E7 2A 5E 0 9 111 59 30
Octal 207 16 347 52 136 0 11 421 131 60
Binary 10000111 1110 11100111 101010 1011110 0 1001 100010001 1011001 110000

Color Harmonies of #870EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EE7

Black with #870EE7

Text Example


Text Example

White with #870EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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