Html Css Color HEX #9A2172 Dark Purple

📋 copy color: '#9A2172'

red 154 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #9A2172

Tints of Dark Purple #9A2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 51.16%
G = 10.96%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A2172 (or 0x9A2172) is known color: Dark Purple. HEX triplet: 9A, 21 and 72. RGB value is (154,33,114). Sum of RGB (Red+Green+Blue) = 154+33+114=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2172 is #65DE8D. Grayscale: #4E4E4E. Windows color (decimal): -6676110 or 7479706. OLE color: 7479706.

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

Color convert

RGB 154 33 114 -
CMYK 0 0.79 0.26 0.40
HSL 319.83º 0.65% 0.37% -
HSV(B) 319.83º 0.79% 0.6% -
XYZ 16.91 9.17 16.8 -
YUV 78.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 154 33 114 0 0.79 0.26 0.40 319.83 0.65 0.37
Hex 9A 21 72 0 4F 1A 28 140 41 25
Octal 232 41 162 0 117 32 50 500 101 45
Binary 10011010 100001 1110010 0 1001111 11010 101000 101000000 1000001 100101

Color Harmonies of #9A2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2172

Black with #9A2172

Text Example


Text Example

White with #9A2172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,33,114); }

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

background-color css

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

 a { background-color: rgb(154,33,114); }

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

border-color css

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

 span { border-color: rgb(154,33,114); }

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