Html Css Color HEX #9D248F Dark Purple

📋 copy color: '#9D248F'

red 157 ◦ green 36 ◦ blue 143

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

Shades of Dark Purple #9D248F

Tints of Dark Purple #9D248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 46.73%
G = 10.71%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D248F (or 0x9D248F) is known color: Dark Purple. HEX triplet: 9D, 24 and 8F. RGB value is (157,36,143). Sum of RGB (Red+Green+Blue) = 157+36+143=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D248F is #62DB70. Grayscale: #545454. Windows color (decimal): -6478705 or 9381021. OLE color: 9381021.

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

Color convert

RGB 157 36 143 -
CMYK 0 0.77 0.09 0.38
HSL 306.94º 0.63% 0.38% -
HSV(B) 306.94º 0.77% 0.62% -
XYZ 19.49 10.41 26.97 -
YUV 84.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 157 36 143 0 0.77 0.09 0.38 306.94 0.63 0.38
Hex 9D 24 8F 0 4D 9 26 133 3F 26
Octal 235 44 217 0 115 11 46 463 77 46
Binary 10011101 100100 10001111 0 1001101 1001 100110 100110011 111111 100110

Color Harmonies of #9D248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D248F

Black with #9D248F

Text Example


Text Example

White with #9D248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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