Html Css Color HEX #9918DD Dark Violet

📋 copy color: '#9918DD'

red 153 ◦ green 24 ◦ blue 221

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

Shades of Dark Violet #9918DD

Tints of Dark Violet #9918DD

RGB

 RED value IS 153 (60.16% from 255) = 38.44%

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

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

R = 38.44%
G = 6.03%
B = 55.53%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9918DD (or 0x9918DD) is known color: Dark Violet. HEX triplet: 99, 18 and DD. RGB value is (153,24,221). Sum of RGB (Red+Green+Blue) = 153+24+221=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #9918DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918DD is #66E722. Grayscale: #545454. Windows color (decimal): -6743843 or 14489753. OLE color: 14489753.

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

Color convert

RGB 153 24 221 -
CMYK 0.31 0.89 0 0.13
HSL 279.29º 0.8% 0.48% -
HSV(B) 279.29º 0.89% 0.87% -
XYZ 26.51 12.65 69.45 -
YUV 85.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 153 24 221 0.31 0.89 0 0.13 279.29 0.8 0.48
Hex 99 18 DD 1F 59 0 D 117 50 30
Octal 231 30 335 37 131 0 15 427 120 60
Binary 10011001 11000 11011101 11111 1011001 0 1101 100010111 1010000 110000

Color Harmonies of #9918DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918DD

Black with #9918DD

Text Example


Text Example

White with #9918DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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