Html Css Color HEX #8018DF Blue Violet

📋 copy color: '#8018DF'

red 128 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #8018DF

Tints of Blue Violet #8018DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 34.13%
G = 6.4%
B = 59.47%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8018DF (or 0x8018DF) is known color: Blue Violet. HEX triplet: 80, 18 and DF. RGB value is (128,24,223). Sum of RGB (Red+Green+Blue) = 128+24+223=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8018DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018DF is #7FE720. Grayscale: #4D4D4D. Windows color (decimal): -8382241 or 14620800. OLE color: 14620800.

HSL color Cylindrical-coordinate representation of color #8018DF: hue angle of 271.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8018DF is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 24 223 -
CMYK 0.43 0.89 0 0.13
HSL 271.36º 0.81% 0.48% -
HSV(B) 271.36º 0.89% 0.87% -
XYZ 22.55 10.57 70.66 -
YUV 77.78 209.96 163.82 -
System Red Green Blue C M Y K H S L
Decimal 128 24 223 0.43 0.89 0 0.13 271.36 0.81 0.48
Hex 80 18 DF 2B 59 0 D 10F 51 30
Octal 200 30 337 53 131 0 15 417 121 60
Binary 10000000 11000 11011111 101011 1011001 0 1101 100001111 1010001 110000

Color Harmonies of #8018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018DF

Black with #8018DF

Text Example


Text Example

White with #8018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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