Html Css Color HEX #9D2288 Dark Purple

📋 copy color: '#9D2288'

red 157 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #9D2288

Tints of Dark Purple #9D2288

RGB

 RED value IS 157 (61.72% from 255) = 48.01%

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 48.01%
G = 10.4%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D2288 (or 0x9D2288) is known color: Dark Purple. HEX triplet: 9D, 22 and 88. RGB value is (157,34,136). Sum of RGB (Red+Green+Blue) = 157+34+136=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2288 is #62DD77. Grayscale: #525252. Windows color (decimal): -6479224 or 8921757. OLE color: 8921757.

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

Color convert

RGB 157 34 136 -
CMYK 0 0.78 0.13 0.38
HSL 310.24º 0.64% 0.37% -
HSV(B) 310.24º 0.78% 0.62% -
XYZ 18.92 10.09 24.24 -
YUV 82.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 157 34 136 0 0.78 0.13 0.38 310.24 0.64 0.37
Hex 9D 22 88 0 4E D 26 136 40 25
Octal 235 42 210 0 116 15 46 466 100 45
Binary 10011101 100010 10001000 0 1001110 1101 100110 100110110 1000000 100101

Color Harmonies of #9D2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2288

Black with #9D2288

Text Example


Text Example

White with #9D2288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,34,136); }

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

background-color css

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

 a { background-color: rgb(157,34,136); }

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

border-color css

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

 span { border-color: rgb(157,34,136); }

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