#9D267F

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

Shades of Dark Purple #9D267F

Tints of Dark Purple #9D267F

Color information

#9D267F (or 0x9D267F) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 7F. RGB value is (157,38,127). Sum of RGB (Red+Green+Blue) = 157+38+127=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D267F is #62D980. Grayscale: #535353. Windows color (decimal): -6478209 or 8332957. OLE color: 8332957.

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

Color convert

RGB15738127-
CMYK00.760.190.38
HSL315.13º61.03%38.24%-
HSV(B)315.13º75.8%61.57%-
XYZ18.4310.0921.05-
YUV83.73152.42180.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 127 (50% from 255) = 39.44%
R=48.76%
G=11.80%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573812700.760.190.38315.1361.0338.24
Hex9D267F04C132613b3d26
Octal23546177011423464737546
Binary1001110110011011111110100110010011100110100111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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