Html Css Color HEX #8B18DB Blue Violet

📋 copy color: '#8B18DB'

red 139 ◦ green 24 ◦ blue 219

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

Shades of Blue Violet #8B18DB

Tints of Blue Violet #8B18DB

RGB

 RED value IS 139 (54.69% from 255) = 36.39%

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 36.39%
G = 6.28%
B = 57.33%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B18DB (or 0x8B18DB) is known color: Blue Violet. HEX triplet: 8B, 18 and DB. RGB value is (139,24,219). Sum of RGB (Red+Green+Blue) = 139+24+219=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18DB is #74E724. Grayscale: #4F4F4F. Windows color (decimal): -7661349 or 14358667. OLE color: 14358667.

HSL color Cylindrical-coordinate representation of color #8B18DB: hue angle of 275.38º 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 #8B18DB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 24 219 -
CMYK 0.37 0.89 0 0.14
HSL 275.38º 0.8% 0.48% -
HSV(B) 275.38º 0.89% 0.86% -
XYZ 23.76 11.26 67.94 -
YUV 80.62 206.1 169.64 -
System Red Green Blue C M Y K H S L
Decimal 139 24 219 0.37 0.89 0 0.14 275.38 0.8 0.48
Hex 8B 18 DB 25 59 0 E 113 50 30
Octal 213 30 333 45 131 0 16 423 120 60
Binary 10001011 11000 11011011 100101 1011001 0 1110 100010011 1010000 110000

Color Harmonies of #8B18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B18DB

Black with #8B18DB

Text Example


Text Example

White with #8B18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B18DB;
 }
 .AnyTagClassName
 {
   color: #8B18DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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