Html Css Color HEX #8918DD Blue Violet

📋 copy color: '#8918DD'

red 137 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #8918DD

Tints of Blue Violet #8918DD

RGB

 RED value IS 137 (53.91% from 255) = 35.86%

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

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

R = 35.86%
G = 6.28%
B = 57.85%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8918DD (or 0x8918DD) is known color: Blue Violet. HEX triplet: 89, 18 and DD. RGB value is (137,24,221). Sum of RGB (Red+Green+Blue) = 137+24+221=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #8918DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918DD is #76E722. Grayscale: #4F4F4F. Windows color (decimal): -7792419 or 14489737. OLE color: 14489737.

HSL color Cylindrical-coordinate representation of color #8918DD: hue angle of 274.42º 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 #8918DD is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 24 221 -
CMYK 0.38 0.89 0 0.13
HSL 274.42º 0.8% 0.48% -
HSV(B) 274.42º 0.89% 0.87% -
XYZ 23.69 11.19 69.32 -
YUV 80.25 207.44 168.48 -
System Red Green Blue C M Y K H S L
Decimal 137 24 221 0.38 0.89 0 0.13 274.42 0.8 0.48
Hex 89 18 DD 26 59 0 D 112 50 30
Octal 211 30 335 46 131 0 15 422 120 60
Binary 10001001 11000 11011101 100110 1011001 0 1101 100010010 1010000 110000

Color Harmonies of #8918DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918DD

Black with #8918DD

Text Example


Text Example

White with #8918DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8918DD; }

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

 H1.HeaderClassName
 {
   color: #8918DD;
 }
 .AnyTagClassName
 {
   color: #8918DD;
 }
</style>

background-color css

<style>
 a { background-color: #8918DD; }

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

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

border-color css

<style>
 span { border-color: #8918DD; }

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

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