Html Css Color HEX #9D248E Dark Purple

📋 copy color: '#9D248E'

red 157 ◦ green 36 ◦ blue 142

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

Shades of Dark Purple #9D248E

Tints of Dark Purple #9D248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 46.87%
G = 10.75%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D248E (or 0x9D248E) is known color: Dark Purple. HEX triplet: 9D, 24 and 8E. RGB value is (157,36,142). Sum of RGB (Red+Green+Blue) = 157+36+142=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D248E is #62DB71. Grayscale: #535353. Windows color (decimal): -6478706 or 9315485. OLE color: 9315485.

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

Color convert

RGB 157 36 142 -
CMYK 0 0.77 0.10 0.38
HSL 307.44º 0.63% 0.38% -
HSV(B) 307.44º 0.77% 0.62% -
XYZ 19.42 10.38 26.57 -
YUV 84.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 157 36 142 0 0.77 0.10 0.38 307.44 0.63 0.38
Hex 9D 24 8E 0 4D A 26 133 3F 26
Octal 235 44 216 0 115 12 46 463 77 46
Binary 10011101 100100 10001110 0 1001101 1010 100110 100110011 111111 100110

Color Harmonies of #9D248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D248E

Black with #9D248E

Text Example


Text Example

White with #9D248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,36,142); }

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

background-color css

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

 a { background-color: rgb(157,36,142); }

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

border-color css

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

 span { border-color: rgb(157,36,142); }

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