Html Css Color HEX #9D228D Dark Purple

📋 copy color: '#9D228D'

red 157 ◦ green 34 ◦ blue 141

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

Shades of Dark Purple #9D228D

Tints of Dark Purple #9D228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 47.29%
G = 10.24%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D228D (or 0x9D228D) is known color: Dark Purple. HEX triplet: 9D, 22 and 8D. RGB value is (157,34,141). Sum of RGB (Red+Green+Blue) = 157+34+141=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D228D is #62DD72. Grayscale: #525252. Windows color (decimal): -6479219 or 9249437. OLE color: 9249437.

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

Color convert

RGB 157 34 141 -
CMYK 0 0.78 0.10 0.38
HSL 307.8º 0.64% 0.37% -
HSV(B) 307.8º 0.78% 0.62% -
XYZ 19.28 10.24 26.16 -
YUV 82.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 157 34 141 0 0.78 0.10 0.38 307.8 0.64 0.37
Hex 9D 22 8D 0 4E A 26 134 40 25
Octal 235 42 215 0 116 12 46 464 100 45
Binary 10011101 100010 10001101 0 1001110 1010 100110 100110100 1000000 100101

Color Harmonies of #9D228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D228D

Black with #9D228D

Text Example


Text Example

White with #9D228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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