Html Css Color HEX #9A2873 Dark Purple

📋 copy color: '#9A2873'

red 154 ◦ green 40 ◦ blue 115

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

Shades of Dark Purple #9A2873

Tints of Dark Purple #9A2873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 49.84%
G = 12.94%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A2873 (or 0x9A2873) is known color: Dark Purple. HEX triplet: 9A, 28 and 73. RGB value is (154,40,115). Sum of RGB (Red+Green+Blue) = 154+40+115=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2873 is #65D78C. Grayscale: #525252. Windows color (decimal): -6674317 or 7547034. OLE color: 7547034.

HSL color Cylindrical-coordinate representation of color #9A2873: hue angle of 320.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2873 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 40 115 -
CMYK 0 0.74 0.25 0.40
HSL 320.53º 0.59% 0.38% -
HSV(B) 320.53º 0.74% 0.6% -
XYZ 17.18 9.63 17.17 -
YUV 82.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 154 40 115 0 0.74 0.25 0.40 320.53 0.59 0.38
Hex 9A 28 73 0 4A 19 28 141 3B 26
Octal 232 50 163 0 112 31 50 501 73 46
Binary 10011010 101000 1110011 0 1001010 11001 101000 101000001 111011 100110

Color Harmonies of #9A2873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2873

Black with #9A2873

Text Example


Text Example

White with #9A2873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,40,115); }

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

background-color css

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

 a { background-color: rgb(154,40,115); }

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

border-color css

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

 span { border-color: rgb(154,40,115); }

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