#9B2275

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

Shades of Dark Purple #9B2275

Tints of Dark Purple #9B2275

Color information

#9B2275 (or 0x9B2275) is unknown color: approx Dark Purple. HEX triplet: 9B, 22 and 75. RGB value is (155,34,117). Sum of RGB (Red+Green+Blue) = 155+34+117=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2275 is #64DD8A. Grayscale: #4F4F4F. Windows color (decimal): -6610315 or 7676571. OLE color: 7676571.

HSL color Cylindrical-coordinate representation of color #9B2275: hue angle of 318.84º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2275 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15534117-
CMYK00.780.250.39
HSL318.84º64.02%37.06%-
HSV(B)318.84º78.06%60.78%-
XYZ17.39.417.73-
YUV79.64149.09181.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=50.65%
G=11.11%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553411700.780.250.39318.8464.0237.06
Hex9B227504E192713f4025
Octal233421650116314747710045
Binary10011011100010111010101001110110011001111001111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,117); }

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

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

 a { background-color: rgb(155,34,117); }

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

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

 span { border-color: rgb(155,34,117); }

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