Html Css Color HEX #9D228C Dark Purple

📋 copy color: '#9D228C'

red 157 ◦ green 34 ◦ blue 140

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

Shades of Dark Purple #9D228C

Tints of Dark Purple #9D228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 47.43%
G = 10.27%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D228C (or 0x9D228C) is known color: Dark Purple. HEX triplet: 9D, 22 and 8C. RGB value is (157,34,140). Sum of RGB (Red+Green+Blue) = 157+34+140=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D228C is #62DD73. Grayscale: #525252. Windows color (decimal): -6479220 or 9183901. OLE color: 9183901.

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

Color convert

RGB 157 34 140 -
CMYK 0 0.78 0.11 0.38
HSL 308.29º 0.64% 0.37% -
HSV(B) 308.29º 0.78% 0.62% -
XYZ 19.21 10.21 25.77 -
YUV 82.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 157 34 140 0 0.78 0.11 0.38 308.29 0.64 0.37
Hex 9D 22 8C 0 4E B 26 134 40 25
Octal 235 42 214 0 116 13 46 464 100 45
Binary 10011101 100010 10001100 0 1001110 1011 100110 100110100 1000000 100101

Color Harmonies of #9D228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D228C

Black with #9D228C

Text Example


Text Example

White with #9D228C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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