Html Css Color HEX #9A17CD Dark Violet

📋 copy color: '#9A17CD'

red 154 ◦ green 23 ◦ blue 205

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

Shades of Dark Violet #9A17CD

Tints of Dark Violet #9A17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 40.31%
G = 6.02%
B = 53.66%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A17CD (or 0x9A17CD) is known color: Dark Violet. HEX triplet: 9A, 17 and CD. RGB value is (154,23,205). Sum of RGB (Red+Green+Blue) = 154+23+205=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A17CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A17CD is #65E832. Grayscale: #525252. Windows color (decimal): -6678579 or 13440922. OLE color: 13440922.

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

Color convert

RGB 154 23 205 -
CMYK 0.25 0.89 0 0.20
HSL 283.19º 0.8% 0.45% -
HSV(B) 283.19º 0.89% 0.8% -
XYZ 24.65 11.89 58.75 -
YUV 82.92 196.9 178.7 -
System Red Green Blue C M Y K H S L
Decimal 154 23 205 0.25 0.89 0 0.20 283.19 0.8 0.45
Hex 9A 17 CD 19 59 0 14 11B 50 2D
Octal 232 27 315 31 131 0 24 433 120 55
Binary 10011010 10111 11001101 11001 1011001 0 10100 100011011 1010000 101101

Color Harmonies of #9A17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17CD

Black with #9A17CD

Text Example


Text Example

White with #9A17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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