Html Css Color HEX #9A17DF Dark Violet

📋 copy color: '#9A17DF'

red 154 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #9A17DF

Tints of Dark Violet #9A17DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 38.5%
G = 5.75%
B = 55.75%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A17DF (or 0x9A17DF) is known color: Dark Violet. HEX triplet: 9A, 17 and DF. RGB value is (154,23,223). Sum of RGB (Red+Green+Blue) = 154+23+223=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A17DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A17DF is #65E820. Grayscale: #545454. Windows color (decimal): -6678561 or 14620570. OLE color: 14620570.

HSL color Cylindrical-coordinate representation of color #9A17DF: hue angle of 279.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A17DF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 23 223 -
CMYK 0.31 0.90 0 0.13
HSL 279.3º 0.81% 0.48% -
HSV(B) 279.3º 0.9% 0.87% -
XYZ 26.95 12.81 70.86 -
YUV 84.97 205.9 177.24 -
System Red Green Blue C M Y K H S L
Decimal 154 23 223 0.31 0.90 0 0.13 279.3 0.81 0.48
Hex 9A 17 DF 1F 5A 0 D 117 51 30
Octal 232 27 337 37 132 0 15 427 121 60
Binary 10011010 10111 11011111 11111 1011010 0 1101 100010111 1010001 110000

Color Harmonies of #9A17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17DF

Black with #9A17DF

Text Example


Text Example

White with #9A17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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