Html Css Color HEX #9A3176 Dark Purple

📋 copy color: '#9A3176'

red 154 ◦ green 49 ◦ blue 118

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

Shades of Dark Purple #9A3176

Tints of Dark Purple #9A3176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 47.98%
G = 15.26%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A3176 (or 0x9A3176) is known color: Dark Purple. HEX triplet: 9A, 31 and 76. RGB value is (154,49,118). Sum of RGB (Red+Green+Blue) = 154+49+118=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3176 is #65CE89. Grayscale: #585858. Windows color (decimal): -6672010 or 7745946. OLE color: 7745946.

HSL color Cylindrical-coordinate representation of color #9A3176: hue angle of 320.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3176 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 49 118 -
CMYK 0 0.68 0.23 0.40
HSL 320.57º 0.52% 0.4% -
HSV(B) 320.57º 0.68% 0.6% -
XYZ 17.69 10.37 18.21 -
YUV 88.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 154 49 118 0 0.68 0.23 0.40 320.57 0.52 0.4
Hex 9A 31 76 0 44 17 28 141 34 28
Octal 232 61 166 0 104 27 50 501 64 50
Binary 10011010 110001 1110110 0 1000100 10111 101000 101000001 110100 101000

Color Harmonies of #9A3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3176

Black with #9A3176

Text Example


Text Example

White with #9A3176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,49,118); }

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

background-color css

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

 a { background-color: rgb(154,49,118); }

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

border-color css

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

 span { border-color: rgb(154,49,118); }

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