Html Css Color HEX #8018D5 Blue Violet

📋 copy color: '#8018D5'

red 128 ◦ green 24 ◦ blue 213

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

Shades of Blue Violet #8018D5

Tints of Blue Violet #8018D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.36%

R = 35.07%
G = 6.58%
B = 58.36%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8018D5 (or 0x8018D5) is known color: Blue Violet. HEX triplet: 80, 18 and D5. RGB value is (128,24,213). Sum of RGB (Red+Green+Blue) = 128+24+213=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #8018D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018D5 is #7FE72A. Grayscale: #4B4B4B. Windows color (decimal): -8382251 or 13965440. OLE color: 13965440.

HSL color Cylindrical-coordinate representation of color #8018D5: hue angle of 273.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8018D5 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 24 213 -
CMYK 0.40 0.89 0 0.16
HSL 273.02º 0.8% 0.46% -
HSV(B) 273.02º 0.89% 0.84% -
XYZ 21.24 10.05 63.77 -
YUV 76.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 128 24 213 0.40 0.89 0 0.16 273.02 0.8 0.46
Hex 80 18 D5 28 59 0 10 111 50 2E
Octal 200 30 325 50 131 0 20 421 120 56
Binary 10000000 11000 11010101 101000 1011001 0 10000 100010001 1010000 101110

Color Harmonies of #8018D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018D5

Black with #8018D5

Text Example


Text Example

White with #8018D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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