Html Css Color HEX #8C18DB Blue Violet

📋 copy color: '#8C18DB'

red 140 ◦ green 24 ◦ blue 219

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

Shades of Blue Violet #8C18DB

Tints of Blue Violet #8C18DB

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 value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C18DB (or 0x8C18DB) is known color: 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

RGB 140 24 219 -
CMYK 0.36 0.89 0 0.14
HSL 275.69º 0.8% 0.48% -
HSV(B) 275.69º 0.89% 0.86% -
XYZ 23.93 11.34 67.95 -
YUV 80.91 205.93 170.14 -
System Red Green Blue C M Y K H S L
Decimal 140 24 219 0.36 0.89 0 0.14 275.69 0.8 0.48
Hex 8C 18 DB 24 59 0 E 114 50 30
Octal 214 30 333 44 131 0 16 424 120 60
Binary 10001100 11000 11011011 100100 1011001 0 1110 100010100 1010000 110000

Color Harmonies of #8C18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C18DB

Black with #8C18DB

Text Example


Text Example

White with #8C18DB

Text Example


Text Example

HTML Codes & Css Web 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>