Html Css Color HEX #8018ED Blue Violet

📋 copy color: '#8018ED'

red 128 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #8018ED

Tints of Blue Violet #8018ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 32.9%
G = 6.17%
B = 60.93%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8018ED (or 0x8018ED) is known color: Blue Violet. HEX triplet: 80, 18 and ED. RGB value is (128,24,237). Sum of RGB (Red+Green+Blue) = 128+24+237=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #8018ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8018ED is #7FE712. Grayscale: #4E4E4E. Windows color (decimal): -8382227 or 15538304. OLE color: 15538304.

HSL color Cylindrical-coordinate representation of color #8018ED: hue angle of 269.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8018ED is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 24 237 -
CMYK 0.46 0.90 0 0.07
HSL 269.3º 0.86% 0.51% -
HSV(B) 269.3º 0.9% 0.93% -
XYZ 24.51 11.36 81.02 -
YUV 79.38 216.96 162.68 -
System Red Green Blue C M Y K H S L
Decimal 128 24 237 0.46 0.90 0 0.07 269.3 0.86 0.51
Hex 80 18 ED 2E 5A 0 7 10D 56 33
Octal 200 30 355 56 132 0 7 415 126 63
Binary 10000000 11000 11101101 101110 1011010 0 111 100001101 1010110 110011

Color Harmonies of #8018ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018ED

Black with #8018ED

Text Example


Text Example

White with #8018ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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