Html Css Color HEX #9A16B9 Dark Violet

📋 copy color: '#9A16B9'

red 154 ◦ green 22 ◦ blue 185

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

Shades of Dark Violet #9A16B9

Tints of Dark Violet #9A16B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.25%

R = 42.66%
G = 6.09%
B = 51.25%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A16B9 (or 0x9A16B9) is known color: Dark Violet. HEX triplet: 9A, 16 and B9. RGB value is (154,22,185). Sum of RGB (Red+Green+Blue) = 154+22+185=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A16B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16B9 is #65E946. Grayscale: #4F4F4F. Windows color (decimal): -6678855 or 12129946. OLE color: 12129946.

HSL color Cylindrical-coordinate representation of color #9A16B9: hue angle of 288.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A16B9 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 22 185 -
CMYK 0.17 0.88 0 0.27
HSL 288.59º 0.79% 0.41% -
HSV(B) 288.59º 0.88% 0.73% -
XYZ 22.37 10.95 46.83 -
YUV 80.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 154 22 185 0.17 0.88 0 0.27 288.59 0.79 0.41
Hex 9A 16 B9 11 58 0 1B 121 4F 29
Octal 232 26 271 21 130 0 33 441 117 51
Binary 10011010 10110 10111001 10001 1011000 0 11011 100100001 1001111 101001

Color Harmonies of #9A16B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16B9

Black with #9A16B9

Text Example


Text Example

White with #9A16B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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