Html Css Color HEX #9A2D73 Dark Purple

📋 copy color: '#9A2D73'

red 154 ◦ green 45 ◦ blue 115

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

Shades of Dark Purple #9A2D73

Tints of Dark Purple #9A2D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 49.04%
G = 14.33%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A2D73 (or 0x9A2D73) is known color: Dark Purple. HEX triplet: 9A, 2D and 73. RGB value is (154,45,115). Sum of RGB (Red+Green+Blue) = 154+45+115=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2D73 is #65D28C. Grayscale: #555555. Windows color (decimal): -6673037 or 7548314. OLE color: 7548314.

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

Color convert

RGB 154 45 115 -
CMYK 0 0.71 0.25 0.40
HSL 321.47º 0.55% 0.39% -
HSV(B) 321.47º 0.71% 0.6% -
XYZ 17.36 9.98 17.23 -
YUV 85.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 154 45 115 0 0.71 0.25 0.40 321.47 0.55 0.39
Hex 9A 2D 73 0 47 19 28 141 37 27
Octal 232 55 163 0 107 31 50 501 67 47
Binary 10011010 101101 1110011 0 1000111 11001 101000 101000001 110111 100111

Color Harmonies of #9A2D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2D73

Black with #9A2D73

Text Example


Text Example

White with #9A2D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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