Html Css Color HEX #8B18DD Blue Violet

📋 copy color: '#8B18DD'

red 139 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #8B18DD

Tints of Blue Violet #8B18DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 36.2%
G = 6.25%
B = 57.55%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B18DD (or 0x8B18DD) is known color: Blue Violet. HEX triplet: 8B, 18 and DD. RGB value is (139,24,221). Sum of RGB (Red+Green+Blue) = 139+24+221=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18DD is #74E722. Grayscale: #505050. Windows color (decimal): -7661347 or 14489739. OLE color: 14489739.

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

Color convert

RGB 139 24 221 -
CMYK 0.37 0.89 0 0.13
HSL 275.03º 0.8% 0.48% -
HSV(B) 275.03º 0.89% 0.87% -
XYZ 24.03 11.36 69.33 -
YUV 80.84 207.1 169.48 -
System Red Green Blue C M Y K H S L
Decimal 139 24 221 0.37 0.89 0 0.13 275.03 0.8 0.48
Hex 8B 18 DD 25 59 0 D 113 50 30
Octal 213 30 335 45 131 0 15 423 120 60
Binary 10001011 11000 11011101 100101 1011001 0 1101 100010011 1010000 110000

Color Harmonies of #8B18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B18DD

Black with #8B18DD

Text Example


Text Example

White with #8B18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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