Html Css Color HEX #8E33E4 Blue Violet

📋 copy color: '#8E33E4'

red 142 ◦ green 51 ◦ blue 228

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

Shades of Blue Violet #8E33E4

Tints of Blue Violet #8E33E4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 33.73%
G = 12.11%
B = 54.16%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8E33E4 (or 0x8E33E4) is known color: Blue Violet. HEX triplet: 8E, 33 and E4. RGB value is (142,51,228). Sum of RGB (Red+Green+Blue) = 142+51+228=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E33E4 is #71CC1B. Grayscale: #616161. Windows color (decimal): -7457820 or 14955406. OLE color: 14955406.

HSL color Cylindrical-coordinate representation of color #8E33E4: hue angle of 270.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E33E4 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 51 228 -
CMYK 0.38 0.78 0 0.11
HSL 270.85º 0.77% 0.55% -
HSV(B) 270.85º 0.78% 0.89% -
XYZ 26.34 13.72 74.66 -
YUV 98.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 142 51 228 0.38 0.78 0 0.11 270.85 0.77 0.55
Hex 8E 33 E4 26 4E 0 B 10F 4D 37
Octal 216 63 344 46 116 0 13 417 115 67
Binary 10001110 110011 11100100 100110 1001110 0 1011 100001111 1001101 110111

Color Harmonies of #8E33E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E33E4

Black with #8E33E4

Text Example


Text Example

White with #8E33E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,228); }

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

background-color css

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

 a { background-color: rgb(142,51,228); }

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

border-color css

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

 span { border-color: rgb(142,51,228); }

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