Html Css Color HEX #9A16C6 Dark Violet

📋 copy color: '#9A16C6'

red 154 ◦ green 22 ◦ blue 198

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

Shades of Dark Violet #9A16C6

Tints of Dark Violet #9A16C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.94%

R = 41.18%
G = 5.88%
B = 52.94%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A16C6 (or 0x9A16C6) is known color: Dark Violet. HEX triplet: 9A, 16 and C6. RGB value is (154,22,198). Sum of RGB (Red+Green+Blue) = 154+22+198=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A16C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16C6 is #65E939. Grayscale: #505050. Windows color (decimal): -6678842 or 12981914. OLE color: 12981914.

HSL color Cylindrical-coordinate representation of color #9A16C6: hue angle of 285º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A16C6 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 22 198 -
CMYK 0.22 0.89 0 0.22
HSL 285º 0.8% 0.43% -
HSV(B) 285º 0.89% 0.78% -
XYZ 23.81 11.52 54.4 -
YUV 81.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 154 22 198 0.22 0.89 0 0.22 285 0.8 0.43
Hex 9A 16 C6 16 59 0 16 11D 50 2B
Octal 232 26 306 26 131 0 26 435 120 53
Binary 10011010 10110 11000110 10110 1011001 0 10110 100011101 1010000 101011

Color Harmonies of #9A16C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16C6

Black with #9A16C6

Text Example


Text Example

White with #9A16C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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