#9D268A

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

Shades of Dark Purple #9D268A

Tints of Dark Purple #9D268A

Color information

#9D268A (or 0x9D268A) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 8A. RGB value is (157,38,138). Sum of RGB (Red+Green+Blue) = 157+38+138=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D268A is #62D975. Grayscale: #545454. Windows color (decimal): -6478198 or 9053853. OLE color: 9053853.

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

Color convert

RGB15738138-
CMYK00.760.120.38
HSL309.58º61.03%38.24%-
HSV(B)309.58º75.8%61.57%-
XYZ19.1910.3925.04-
YUV84.98157.92179.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 38 (15.23% from 255) = 11.41%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=47.15%
G=11.41%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573813800.760.120.38309.5861.0338.24
Hex9D268A04CC261363d26
Octal23546212011414464667546
Binary1001110110011010001010010011001100100110100110110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,138); }

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

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

 a { background-color: rgb(157,38,138); }

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

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

 span { border-color: rgb(157,38,138); }

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