Html Css Color HEX #9A16BE Dark Violet

📋 copy color: '#9A16BE'

red 154 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9A16BE

Tints of Dark Violet #9A16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 42.08%
G = 6.01%
B = 51.91%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A16BE (or 0x9A16BE) is known color: Dark Violet. HEX triplet: 9A, 16 and BE. RGB value is (154,22,190). Sum of RGB (Red+Green+Blue) = 154+22+190=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16BE is #65E941. Grayscale: #505050. Windows color (decimal): -6678850 or 12457626. OLE color: 12457626.

HSL color Cylindrical-coordinate representation of color #9A16BE: hue angle of 287.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A16BE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 22 190 -
CMYK 0.19 0.88 0 0.25
HSL 287.14º 0.79% 0.42% -
HSV(B) 287.14º 0.88% 0.75% -
XYZ 22.91 11.16 49.66 -
YUV 80.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 154 22 190 0.19 0.88 0 0.25 287.14 0.79 0.42
Hex 9A 16 BE 13 58 0 19 11F 4F 2A
Octal 232 26 276 23 130 0 31 437 117 52
Binary 10011010 10110 10111110 10011 1011000 0 11001 100011111 1001111 101010

Color Harmonies of #9A16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16BE

Black with #9A16BE

Text Example


Text Example

White with #9A16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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