Html Css Color HEX #9A16C4 Dark Violet

📋 copy color: '#9A16C4'

red 154 ◦ green 22 ◦ blue 196

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

Shades of Dark Violet #9A16C4

Tints of Dark Violet #9A16C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.69%

R = 41.4%
G = 5.91%
B = 52.69%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9A16C4 (or 0x9A16C4) is known color: Dark Violet. HEX triplet: 9A, 16 and C4. RGB value is (154,22,196). Sum of RGB (Red+Green+Blue) = 154+22+196=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A16C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16C4 is #65E93B. Grayscale: #505050. Windows color (decimal): -6678844 or 12850842. OLE color: 12850842.

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

Color convert

RGB 154 22 196 -
CMYK 0.21 0.89 0 0.23
HSL 285.52º 0.8% 0.43% -
HSV(B) 285.52º 0.89% 0.77% -
XYZ 23.58 11.43 53.19 -
YUV 81.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 154 22 196 0.21 0.89 0 0.23 285.52 0.8 0.43
Hex 9A 16 C4 15 59 0 17 11E 50 2B
Octal 232 26 304 25 131 0 27 436 120 53
Binary 10011010 10110 11000100 10101 1011001 0 10111 100011110 1010000 101011

Color Harmonies of #9A16C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16C4

Black with #9A16C4

Text Example


Text Example

White with #9A16C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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