#9B267B

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

Shades of Dark Purple #9B267B

Tints of Dark Purple #9B267B

Color information

#9B267B (or 0x9B267B) is unknown color: approx Dark Purple. HEX triplet: 9B, 26 and 7B. RGB value is (155,38,123). Sum of RGB (Red+Green+Blue) = 155+38+123=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B267B is #64D984. Grayscale: #525252. Windows color (decimal): -6609285 or 8070811. OLE color: 8070811.

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

Color convert

RGB15538123-
CMYK00.750.210.39
HSL316.41º60.62%37.84%-
HSV(B)316.41º75.48%60.78%-
XYZ17.799.7819.69-
YUV82.67150.76179.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=49.05%
G=12.03%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553812300.750.210.39316.4160.6237.84
Hex9B267B04B152713c3d26
Octal23346173011325474747546
Binary1001101110011011110110100101110101100111100111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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