Html Css Color HEX #9D2299 Dark Purple

📋 copy color: '#9D2299'

red 157 ◦ green 34 ◦ blue 153

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

Shades of Dark Purple #9D2299

Tints of Dark Purple #9D2299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 45.64%
G = 9.88%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D2299 (or 0x9D2299) is known color: Dark Purple. HEX triplet: 9D, 22 and 99. RGB value is (157,34,153). Sum of RGB (Red+Green+Blue) = 157+34+153=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2299 is #62DD66. Grayscale: #535353. Windows color (decimal): -6479207 or 10035869. OLE color: 10035869.

HSL color Cylindrical-coordinate representation of color #9D2299: hue angle of 301.95º 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 #9D2299 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 34 153 -
CMYK 0 0.78 0.03 0.38
HSL 301.95º 0.64% 0.37% -
HSV(B) 301.95º 0.78% 0.62% -
XYZ 20.23 10.61 31.12 -
YUV 84.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 157 34 153 0 0.78 0.03 0.38 301.95 0.64 0.37
Hex 9D 22 99 0 4E 3 26 12E 40 25
Octal 235 42 231 0 116 3 46 456 100 45
Binary 10011101 100010 10011001 0 1001110 11 100110 100101110 1000000 100101

Color Harmonies of #9D2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2299

Black with #9D2299

Text Example


Text Example

White with #9D2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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