Html Css Color HEX #9D298D Dark Purple

📋 copy color: '#9D298D'

red 157 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #9D298D

Tints of Dark Purple #9D298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 46.31%
G = 12.09%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D298D (or 0x9D298D) is known color: Dark Purple. HEX triplet: 9D, 29 and 8D. RGB value is (157,41,141). Sum of RGB (Red+Green+Blue) = 157+41+141=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D298D is #62D672. Grayscale: #565656. Windows color (decimal): -6477427 or 9251229. OLE color: 9251229.

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

Color convert

RGB 157 41 141 -
CMYK 0 0.74 0.10 0.38
HSL 308.28º 0.59% 0.39% -
HSV(B) 308.28º 0.74% 0.62% -
XYZ 19.51 10.68 26.23 -
YUV 87.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 157 41 141 0 0.74 0.10 0.38 308.28 0.59 0.39
Hex 9D 29 8D 0 4A A 26 134 3B 27
Octal 235 51 215 0 112 12 46 464 73 47
Binary 10011101 101001 10001101 0 1001010 1010 100110 100110100 111011 100111

Color Harmonies of #9D298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D298D

Black with #9D298D

Text Example


Text Example

White with #9D298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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