Html Css Color HEX #9A2077 Dark Purple

📋 copy color: '#9A2077'

red 154 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #9A2077

Tints of Dark Purple #9A2077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 50.49%
G = 10.49%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A2077 (or 0x9A2077) is known color: Dark Purple. HEX triplet: 9A, 20 and 77. RGB value is (154,32,119). Sum of RGB (Red+Green+Blue) = 154+32+119=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2077 is #65DF88. Grayscale: #4E4E4E. Windows color (decimal): -6676361 or 7807130. OLE color: 7807130.

HSL color Cylindrical-coordinate representation of color #9A2077: hue angle of 317.21º 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 #9A2077 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 32 119 -
CMYK 0 0.79 0.23 0.40
HSL 317.21º 0.66% 0.36% -
HSV(B) 317.21º 0.79% 0.6% -
XYZ 17.17 9.23 18.33 -
YUV 78.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 154 32 119 0 0.79 0.23 0.40 317.21 0.66 0.36
Hex 9A 20 77 0 4F 17 28 13D 42 24
Octal 232 40 167 0 117 27 50 475 102 44
Binary 10011010 100000 1110111 0 1001111 10111 101000 100111101 1000010 100100

Color Harmonies of #9A2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2077

Black with #9A2077

Text Example


Text Example

White with #9A2077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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