Html Css Color HEX #870FE6 Blue Violet

📋 copy color: '#870FE6'

red 135 ◦ green 15 ◦ blue 230

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

Shades of Blue Violet #870FE6

Tints of Blue Violet #870FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.53%

R = 35.53%
G = 3.95%
B = 60.53%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#870FE6 (or 0x870FE6) is known color: Blue Violet. HEX triplet: 87, 0F and E6. RGB value is (135,15,230). Sum of RGB (Red+Green+Blue) = 135+15+230=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 230 (90.23% from 255 or 60.53% from 380); Max value from RGB is 230 - color contains mainly: blue. Hex color #870FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FE6 is #78F019. Grayscale: #4A4A4A. Windows color (decimal): -7925786 or 15077255. OLE color: 15077255.

HSL color Cylindrical-coordinate representation of color #870FE6: hue angle of 273.49º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FE6 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 15 230 -
CMYK 0.41 0.93 0 0.10
HSL 273.49º 0.88% 0.48% -
HSV(B) 273.49º 0.93% 0.9% -
XYZ 24.45 11.21 75.74 -
YUV 75.39 215.26 170.52 -
System Red Green Blue C M Y K H S L
Decimal 135 15 230 0.41 0.93 0 0.10 273.49 0.88 0.48
Hex 87 F E6 29 5D 0 A 111 58 30
Octal 207 17 346 51 135 0 12 421 130 60
Binary 10000111 1111 11100110 101001 1011101 0 1010 100010001 1011000 110000

Color Harmonies of #870FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FE6

Black with #870FE6

Text Example


Text Example

White with #870FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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