#9B2393

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

Shades of Dark Purple #9B2393

Tints of Dark Purple #9B2393

Color information

#9B2393 (or 0x9B2393) is unknown color: approx Dark Purple. HEX triplet: 9B, 23 and 93. RGB value is (155,35,147). Sum of RGB (Red+Green+Blue) = 155+35+147=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2393 is #64DC6C. Grayscale: #535353. Windows color (decimal): -6610029 or 9642907. OLE color: 9642907.

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

Color convert

RGB15535147-
CMYK00.770.050.39
HSL304º63.16%37.25%-
HSV(B)304º77.42%60.78%-
XYZ19.3910.2828.57-
YUV83.65163.76178.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=45.99%
G=10.39%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553514700.770.050.3930463.1637.25
Hex9B239304D5271303f25
Octal2334322301155474607745
Binary100110111000111001001101001101101100111100110000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,147); }

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

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

 a { background-color: rgb(155,35,147); }

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

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

 span { border-color: rgb(155,35,147); }

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