Html Css Color HEX #9D288C Dark Purple

📋 copy color: '#9D288C'

red 157 ◦ green 40 ◦ blue 140

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

Shades of Dark Purple #9D288C

Tints of Dark Purple #9D288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 46.59%
G = 11.87%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D288C (or 0x9D288C) is known color: Dark Purple. HEX triplet: 9D, 28 and 8C. RGB value is (157,40,140). Sum of RGB (Red+Green+Blue) = 157+40+140=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D288C is #62D773. Grayscale: #565656. Windows color (decimal): -6477684 or 9185437. OLE color: 9185437.

HSL color Cylindrical-coordinate representation of color #9D288C: hue angle of 308.72º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D288C is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 40 140 -
CMYK 0 0.75 0.11 0.38
HSL 308.72º 0.59% 0.39% -
HSV(B) 308.72º 0.75% 0.62% -
XYZ 19.4 10.58 25.83 -
YUV 86.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 157 40 140 0 0.75 0.11 0.38 308.72 0.59 0.39
Hex 9D 28 8C 0 4B B 26 135 3B 27
Octal 235 50 214 0 113 13 46 465 73 47
Binary 10011101 101000 10001100 0 1001011 1011 100110 100110101 111011 100111

Color Harmonies of #9D288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D288C

Black with #9D288C

Text Example


Text Example

White with #9D288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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