Html Css Color HEX #9A16DB Dark Violet

📋 copy color: '#9A16DB'

red 154 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #9A16DB

Tints of Dark Violet #9A16DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 38.99%
G = 5.57%
B = 55.44%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A16DB (or 0x9A16DB) is known color: Dark Violet. HEX triplet: 9A, 16 and DB. RGB value is (154,22,219). Sum of RGB (Red+Green+Blue) = 154+22+219=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A16DB is #65E924. Grayscale: #535353. Windows color (decimal): -6678821 or 14358170. OLE color: 14358170.

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

Color convert

RGB 154 22 219 -
CMYK 0.30 0.90 0 0.14
HSL 280.2º 0.82% 0.47% -
HSV(B) 280.2º 0.9% 0.86% -
XYZ 26.4 12.56 68.05 -
YUV 83.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 154 22 219 0.30 0.90 0 0.14 280.2 0.82 0.47
Hex 9A 16 DB 1E 5A 0 E 118 52 2F
Octal 232 26 333 36 132 0 16 430 122 57
Binary 10011010 10110 11011011 11110 1011010 0 1110 100011000 1010010 101111

Color Harmonies of #9A16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16DB

Black with #9A16DB

Text Example


Text Example

White with #9A16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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