#9D308E

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

Shades of Dark Purple #9D308E

Tints of Dark Purple #9D308E

Color information

#9D308E (or 0x9D308E) is unknown color: approx Dark Purple. HEX triplet: 9D, 30 and 8E. RGB value is (157,48,142). Sum of RGB (Red+Green+Blue) = 157+48+142=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D308E is #62CF71. Grayscale: #5B5B5B. Windows color (decimal): -6475634 or 9318557. OLE color: 9318557.

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

Color convert

RGB15748142-
CMYK00.690.100.38
HSL308.26º53.17%40.2%-
HSV(B)308.26º69.43%61.57%-
XYZ19.8411.2326.71-
YUV91.31156.61174.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=45.24%
G=13.83%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574814200.690.100.38308.2653.1740.2
Hex9D308E045A261343528
Octal23560216010512464646550
Binary1001110111000010001110010001011010100110100110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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