#8C18DB

Color #8C18DB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8C18DB

Tints of Blue Violet #8C18DB

Color information

#8C18DB (or 0x8C18DB) is unknown color: approx Blue Violet. HEX triplet: 8C, 18 and DB. RGB value is (140,24,219). Sum of RGB (Red+Green+Blue) = 140+24+219=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18DB is #73E724. Grayscale: #505050. Windows color (decimal): -7595813 or 14358668. OLE color: 14358668.

HSL color Cylindrical-coordinate representation of color #8C18DB: hue angle of 275.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C18DB is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14024219-
CMYK0.360.8900.14
HSL275.69º80.25%47.65%-
HSV(B)275.69º89.04%85.88%-
XYZ23.9311.3467.95-
YUV80.91205.93170.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 219 (85.94% from 255) = 57.18%
R=36.55%
G=6.27%
B=57.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140242190.360.8900.14275.6980.2547.65
Hex8C18DB24590E1145030
Octal214303334413101642412060
Binary1000110011000110110111001001011001011101000101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C18DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C18DB; }

 p { color: rgb(140,24,219); }

 H1.HeaderClassName
 {
   color: #8C18DB;
 }
 .AnyTagClassName
 {
   color: #8C18DB;
 }
</style>
background-color css

<style>
 a { background-color: #8C18DB; }

 a { background-color: rgb(140,24,219); }

 div.DivClassName
 {
   background-color: #8C18DB;
 }
 .BgClassName
 {
   background-color: #8C18DB;
 }
</style>
border-color css

<style>
 span { border-color: #8C18DB; }

 span { border-color: rgb(140,24,219); }

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