Html Css Color HEX #8E17DD Blue Violet

📋 copy color: '#8E17DD'

red 142 ◦ green 23 ◦ blue 221

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

Shades of Blue Violet #8E17DD

Tints of Blue Violet #8E17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 36.79%
G = 5.96%
B = 57.25%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E17DD (or 0x8E17DD) is known color: Blue Violet. HEX triplet: 8E, 17 and DD. RGB value is (142,23,221). Sum of RGB (Red+Green+Blue) = 142+23+221=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E17DD is #71E822. Grayscale: #505050. Windows color (decimal): -7464995 or 14489486. OLE color: 14489486.

HSL color Cylindrical-coordinate representation of color #8E17DD: hue angle of 276.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E17DD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 23 221 -
CMYK 0.36 0.90 0 0.13
HSL 276.06º 0.81% 0.48% -
HSV(B) 276.06º 0.9% 0.87% -
XYZ 24.51 11.58 69.35 -
YUV 81.15 206.92 171.4 -
System Red Green Blue C M Y K H S L
Decimal 142 23 221 0.36 0.90 0 0.13 276.06 0.81 0.48
Hex 8E 17 DD 24 5A 0 D 114 51 30
Octal 216 27 335 44 132 0 15 424 121 60
Binary 10001110 10111 11011101 100100 1011010 0 1101 100010100 1010001 110000

Color Harmonies of #8E17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E17DD

Black with #8E17DD

Text Example


Text Example

White with #8E17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,221); }

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

background-color css

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

 a { background-color: rgb(142,23,221); }

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

border-color css

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

 span { border-color: rgb(142,23,221); }

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