Html Css Color HEX #8E45DD Blue Violet

📋 copy color: '#8E45DD'

red 142 ◦ green 69 ◦ blue 221

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

Shades of Blue Violet #8E45DD

Tints of Blue Violet #8E45DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.97%

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

R = 32.87%
G = 15.97%
B = 51.16%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E45DD (or 0x8E45DD) is known color: Blue Violet. HEX triplet: 8E, 45 and DD. RGB value is (142,69,221). Sum of RGB (Red+Green+Blue) = 142+69+221=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E45DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E45DD is #71BA22. Grayscale: #6B6B6B. Windows color (decimal): -7453219 or 14501262. OLE color: 14501262.

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

Color convert

RGB 142 69 221 -
CMYK 0.36 0.69 0 0.13
HSL 268.82º 0.69% 0.57% -
HSV(B) 268.82º 0.69% 0.87% -
XYZ 26.33 15.23 69.96 -
YUV 108.16 191.68 152.14 -
System Red Green Blue C M Y K H S L
Decimal 142 69 221 0.36 0.69 0 0.13 268.82 0.69 0.57
Hex 8E 45 DD 24 45 0 D 10D 45 39
Octal 216 105 335 44 105 0 15 415 105 71
Binary 10001110 1000101 11011101 100100 1000101 0 1101 100001101 1000101 111001

Color Harmonies of #8E45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E45DD

Black with #8E45DD

Text Example


Text Example

White with #8E45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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