Html Css Color HEX #8018C9 Blue Violet

📋 copy color: '#8018C9'

red 128 ◦ green 24 ◦ blue 201

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

Shades of Blue Violet #8018C9

Tints of Blue Violet #8018C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.94%

R = 36.26%
G = 6.8%
B = 56.94%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8018C9 (or 0x8018C9) is known color: Blue Violet. HEX triplet: 80, 18 and C9. RGB value is (128,24,201). Sum of RGB (Red+Green+Blue) = 128+24+201=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #8018C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018C9 is #7FE736. Grayscale: #4A4A4A. Windows color (decimal): -8382263 or 13179008. OLE color: 13179008.

HSL color Cylindrical-coordinate representation of color #8018C9: hue angle of 275.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8018C9 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 24 201 -
CMYK 0.36 0.88 0 0.21
HSL 275.25º 0.79% 0.44% -
HSV(B) 275.25º 0.88% 0.79% -
XYZ 19.77 9.46 56.04 -
YUV 75.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 128 24 201 0.36 0.88 0 0.21 275.25 0.79 0.44
Hex 80 18 C9 24 58 0 15 113 4F 2C
Octal 200 30 311 44 130 0 25 423 117 54
Binary 10000000 11000 11001001 100100 1011000 0 10101 100010011 1001111 101100

Color Harmonies of #8018C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018C9

Black with #8018C9

Text Example


Text Example

White with #8018C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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