Html Css Color HEX #9D246F Dark Purple

📋 copy color: '#9D246F'

red 157 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #9D246F

Tints of Dark Purple #9D246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 51.64%
G = 11.84%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D246F (or 0x9D246F) is known color: Dark Purple. HEX triplet: 9D, 24 and 6F. RGB value is (157,36,111). Sum of RGB (Red+Green+Blue) = 157+36+111=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D246F is #62DB90. Grayscale: #505050. Windows color (decimal): -6478737 or 7283869. OLE color: 7283869.

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

Color convert

RGB 157 36 111 -
CMYK 0 0.77 0.29 0.38
HSL 322.81º 0.63% 0.38% -
HSV(B) 322.81º 0.77% 0.62% -
XYZ 17.4 9.58 15.97 -
YUV 80.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 157 36 111 0 0.77 0.29 0.38 322.81 0.63 0.38
Hex 9D 24 6F 0 4D 1D 26 143 3F 26
Octal 235 44 157 0 115 35 46 503 77 46
Binary 10011101 100100 1101111 0 1001101 11101 100110 101000011 111111 100110

Color Harmonies of #9D246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D246F

Black with #9D246F

Text Example


Text Example

White with #9D246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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