#9d236f

Color #9D236F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9D236F

Tints of Dark Purple #9D236F

Color information

#9D236F (or 0x9D236F) is unknown color: approx Dark Purple. HEX triplet: 9D, 23 and 6F. RGB value is (157,35,111). Sum of RGB (Red+Green+Blue) = 157+35+111=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D236F is #62DC90. Grayscale: #4F4F4F. Windows color (decimal): -6478993 or 7283613. OLE color: 7283613.

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

Color convert

RGB15735111-
CMYK00.780.290.38
HSL322.62º63.54%37.65%-
HSV(B)322.62º77.71%61.57%-
XYZ17.379.5215.96-
YUV80.14145.42182.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.82%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=51.82%
G=11.55%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573511100.780.290.38322.6263.5437.65
Hex9D236F04E1D261434026
Octal235431570116354650310046
Binary10011101100011110111101001110111011001101010000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d236f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9d236f;
 }
 .AnyTagClassName
 {
   color: #9d236f;
 }
</style>
background-color css

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

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

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

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

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

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