Html Css Color HEX #8E15F9 Blue Violet

📋 copy color: '#8E15F9'

red 142 ◦ green 21 ◦ blue 249

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

Shades of Blue Violet #8E15F9

Tints of Blue Violet #8E15F9

RGB

 RED value IS 142 (55.86% from 255) = 34.47%

 GREEN value IS 21 (8.59% from 255) = 5.1%

 BLUE value IS 249 (97.66% from 255) = 60.44%

R = 34.47%
G = 5.1%
B = 60.44%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E15F9 (or 0x8E15F9) is known color: Blue Violet. HEX triplet: 8E, 15 and F9. RGB value is (142,21,249). Sum of RGB (Red+Green+Blue) = 142+21+249=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E15F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E15F9 is #71EA06. Grayscale: #525252. Windows color (decimal): -7465479 or 16323982. OLE color: 16323982.

HSL color Cylindrical-coordinate representation of color #8E15F9: hue angle of 271.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E15F9 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 21 249 -
CMYK 0.43 0.92 0 0.02
HSL 271.84º 0.95% 0.53% -
HSV(B) 271.84º 0.92% 0.98% -
XYZ 28.52 13.13 90.65 -
YUV 83.17 221.59 169.96 -
System Red Green Blue C M Y K H S L
Decimal 142 21 249 0.43 0.92 0 0.02 271.84 0.95 0.53
Hex 8E 15 F9 2B 5C 0 2 110 5F 35
Octal 216 25 371 53 134 0 2 420 137 65
Binary 10001110 10101 11111001 101011 1011100 0 10 100010000 1011111 110101

Color Harmonies of #8E15F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E15F9

Black with #8E15F9

Text Example


Text Example

White with #8E15F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E15F9; }

 p { color: rgb(142,21,249); }

 H1.HeaderClassName
 {
   color: #8E15F9;
 }
 .AnyTagClassName
 {
   color: #8E15F9;
 }
</style>

background-color css

<style>
 a { background-color: #8E15F9; }

 a { background-color: rgb(142,21,249); }

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

border-color css

<style>
 span { border-color: #8E15F9; }

 span { border-color: rgb(142,21,249); }

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