Html Css Color HEX #9A17DB Dark Violet

📋 copy color: '#9A17DB'

red 154 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #9A17DB

Tints of Dark Violet #9A17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

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

R = 38.89%
G = 5.81%
B = 55.3%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A17DB (or 0x9A17DB) is known color: Dark Violet. HEX triplet: 9A, 17 and DB. RGB value is (154,23,219). Sum of RGB (Red+Green+Blue) = 154+23+219=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A17DB is #65E824. Grayscale: #535353. Windows color (decimal): -6678565 or 14358426. OLE color: 14358426.

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

Color convert

RGB 154 23 219 -
CMYK 0.30 0.89 0 0.14
HSL 280.1º 0.81% 0.47% -
HSV(B) 280.1º 0.89% 0.86% -
XYZ 26.42 12.6 68.06 -
YUV 84.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 154 23 219 0.30 0.89 0 0.14 280.1 0.81 0.47
Hex 9A 17 DB 1E 59 0 E 118 51 2F
Octal 232 27 333 36 131 0 16 430 121 57
Binary 10011010 10111 11011011 11110 1011001 0 1110 100011000 1010001 101111

Color Harmonies of #9A17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17DB

Black with #9A17DB

Text Example


Text Example

White with #9A17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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