Html Css Color HEX #9A2289 Dark Purple

📋 copy color: '#9A2289'

red 154 ◦ green 34 ◦ blue 137

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

Shades of Dark Purple #9A2289

Tints of Dark Purple #9A2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 47.38%
G = 10.46%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A2289 (or 0x9A2289) is known color: Dark Purple. HEX triplet: 9A, 22 and 89. RGB value is (154,34,137). Sum of RGB (Red+Green+Blue) = 154+34+137=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2289 is #65DD76. Grayscale: #515151. Windows color (decimal): -6675831 or 8987290. OLE color: 8987290.

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

Color convert

RGB 154 34 137 -
CMYK 0 0.78 0.11 0.40
HSL 308.5º 0.64% 0.37% -
HSV(B) 308.5º 0.78% 0.6% -
XYZ 18.41 9.82 24.59 -
YUV 81.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 154 34 137 0 0.78 0.11 0.40 308.5 0.64 0.37
Hex 9A 22 89 0 4E B 28 134 40 25
Octal 232 42 211 0 116 13 50 464 100 45
Binary 10011010 100010 10001001 0 1001110 1011 101000 100110100 1000000 100101

Color Harmonies of #9A2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2289

Black with #9A2289

Text Example


Text Example

White with #9A2289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,34,137); }

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

background-color css

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

 a { background-color: rgb(154,34,137); }

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

border-color css

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

 span { border-color: rgb(154,34,137); }

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