Html Css Color HEX #8018EA Blue Violet

📋 copy color: '#8018EA'

red 128 ◦ green 24 ◦ blue 234

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

Shades of Blue Violet #8018EA

Tints of Blue Violet #8018EA

RGB

 RED value IS 128 (50.39% from 255) = 33.16%

 GREEN value IS 24 (9.77% from 255) = 6.22%

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 33.16%
G = 6.22%
B = 60.62%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8018EA (or 0x8018EA) is known color: Blue Violet. HEX triplet: 80, 18 and EA. RGB value is (128,24,234). Sum of RGB (Red+Green+Blue) = 128+24+234=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #8018EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8018EA is #7FE715. Grayscale: #4E4E4E. Windows color (decimal): -8382230 or 15341696. OLE color: 15341696.

HSL color Cylindrical-coordinate representation of color #8018EA: hue angle of 269.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8018EA is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 24 234 -
CMYK 0.45 0.90 0 0.08
HSL 269.71º 0.83% 0.51% -
HSV(B) 269.71º 0.9% 0.92% -
XYZ 24.08 11.18 78.73 -
YUV 79.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 128 24 234 0.45 0.90 0 0.08 269.71 0.83 0.51
Hex 80 18 EA 2D 5A 0 8 10E 53 33
Octal 200 30 352 55 132 0 10 416 123 63
Binary 10000000 11000 11101010 101101 1011010 0 1000 100001110 1010011 110011

Color Harmonies of #8018EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018EA

Black with #8018EA

Text Example


Text Example

White with #8018EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8018EA; }

 p { color: rgb(128,24,234); }

 H1.HeaderClassName
 {
   color: #8018EA;
 }
 .AnyTagClassName
 {
   color: #8018EA;
 }
</style>

background-color css

<style>
 a { background-color: #8018EA; }

 a { background-color: rgb(128,24,234); }

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

border-color css

<style>
 span { border-color: #8018EA; }

 span { border-color: rgb(128,24,234); }

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