Html Css Color HEX #9A11DD Dark Violet

📋 copy color: '#9A11DD'

red 154 ◦ green 17 ◦ blue 221

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

Shades of Dark Violet #9A11DD

Tints of Dark Violet #9A11DD

RGB

 RED value IS 154 (60.55% from 255) = 39.29%

 GREEN value IS 17 (7.03% from 255) = 4.34%

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

R = 39.29%
G = 4.34%
B = 56.38%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A11DD (or 0x9A11DD) is known color: Dark Violet. HEX triplet: 9A, 11 and DD. RGB value is (154,17,221). Sum of RGB (Red+Green+Blue) = 154+17+221=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A11DD is #65EE22. Grayscale: #505050. Windows color (decimal): -6680099 or 14487962. OLE color: 14487962.

HSL color Cylindrical-coordinate representation of color #9A11DD: hue angle of 280.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A11DD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 17 221 -
CMYK 0.30 0.92 0 0.13
HSL 280.29º 0.86% 0.47% -
HSV(B) 280.29º 0.92% 0.87% -
XYZ 26.58 12.49 69.42 -
YUV 81.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 154 17 221 0.30 0.92 0 0.13 280.29 0.86 0.47
Hex 9A 11 DD 1E 5C 0 D 118 56 2F
Octal 232 21 335 36 134 0 15 430 126 57
Binary 10011010 10001 11011101 11110 1011100 0 1101 100011000 1010110 101111

Color Harmonies of #9A11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A11DD

Black with #9A11DD

Text Example


Text Example

White with #9A11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A11DD; }

 p { color: rgb(154,17,221); }

 H1.HeaderClassName
 {
   color: #9A11DD;
 }
 .AnyTagClassName
 {
   color: #9A11DD;
 }
</style>

background-color css

<style>
 a { background-color: #9A11DD; }

 a { background-color: rgb(154,17,221); }

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

border-color css

<style>
 span { border-color: #9A11DD; }

 span { border-color: rgb(154,17,221); }

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