#9D267B

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

Shades of Dark Purple #9D267B

Tints of Dark Purple #9D267B

Color information

#9D267B (or 0x9D267B) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 7B. RGB value is (157,38,123). Sum of RGB (Red+Green+Blue) = 157+38+123=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D267B is #62D984. Grayscale: #535353. Windows color (decimal): -6478213 or 8070813. OLE color: 8070813.

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

Color convert

RGB15738123-
CMYK00.760.220.38
HSL317.14º61.03%38.24%-
HSV(B)317.14º75.8%61.57%-
XYZ18.179.9819.71-
YUV83.27150.42180.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=49.37%
G=11.95%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573812300.760.220.38317.1461.0338.24
Hex9D267B04C162613d3d26
Octal23546173011426464757546
Binary1001110110011011110110100110010110100110100111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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