Html Css Color HEX #9A16DD Dark Violet

📋 copy color: '#9A16DD'

red 154 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #9A16DD

Tints of Dark Violet #9A16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.54%

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

R = 38.79%
G = 5.54%
B = 55.67%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A16DD (or 0x9A16DD) is known color: Dark Violet. HEX triplet: 9A, 16 and DD. RGB value is (154,22,221). Sum of RGB (Red+Green+Blue) = 154+22+221=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16DD is #65E922. Grayscale: #535353. Windows color (decimal): -6678819 or 14489242. OLE color: 14489242.

HSL color Cylindrical-coordinate representation of color #9A16DD: hue angle of 279.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A16DD is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 22 221 -
CMYK 0.30 0.90 0 0.13
HSL 279.8º 0.82% 0.48% -
HSV(B) 279.8º 0.9% 0.87% -
XYZ 26.66 12.66 69.45 -
YUV 84.15 205.23 177.82 -
System Red Green Blue C M Y K H S L
Decimal 154 22 221 0.30 0.90 0 0.13 279.8 0.82 0.48
Hex 9A 16 DD 1E 5A 0 D 118 52 30
Octal 232 26 335 36 132 0 15 430 122 60
Binary 10011010 10110 11011101 11110 1011010 0 1101 100011000 1010010 110000

Color Harmonies of #9A16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16DD

Black with #9A16DD

Text Example


Text Example

White with #9A16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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