Html Css Color HEX #9A2079 Dark Purple

📋 copy color: '#9A2079'

red 154 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #9A2079

Tints of Dark Purple #9A2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 50.16%
G = 10.42%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A2079 (or 0x9A2079) is known color: Dark Purple. HEX triplet: 9A, 20 and 79. RGB value is (154,32,121). Sum of RGB (Red+Green+Blue) = 154+32+121=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2079 is #65DF86. Grayscale: #4E4E4E. Windows color (decimal): -6676359 or 7938202. OLE color: 7938202.

HSL color Cylindrical-coordinate representation of color #9A2079: hue angle of 316.23º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2079 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 32 121 -
CMYK 0 0.79 0.21 0.40
HSL 316.23º 0.66% 0.36% -
HSV(B) 316.23º 0.79% 0.6% -
XYZ 17.29 9.28 18.97 -
YUV 78.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 154 32 121 0 0.79 0.21 0.40 316.23 0.66 0.36
Hex 9A 20 79 0 4F 15 28 13C 42 24
Octal 232 40 171 0 117 25 50 474 102 44
Binary 10011010 100000 1111001 0 1001111 10101 101000 100111100 1000010 100100

Color Harmonies of #9A2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2079

Black with #9A2079

Text Example


Text Example

White with #9A2079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,32,121); }

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

background-color css

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

 a { background-color: rgb(154,32,121); }

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

border-color css

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

 span { border-color: rgb(154,32,121); }

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