#9B2383

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

Shades of Dark Purple #9B2383

Tints of Dark Purple #9B2383

Color information

#9B2383 (or 0x9B2383) is unknown color: approx Dark Purple. HEX triplet: 9B, 23 and 83. RGB value is (155,35,131). Sum of RGB (Red+Green+Blue) = 155+35+131=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2383 is #64DC7C. Grayscale: #515151. Windows color (decimal): -6610045 or 8594331. OLE color: 8594331.

HSL color Cylindrical-coordinate representation of color #9B2383: hue angle of 312º 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 #9B2383 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15535131-
CMYK00.770.150.39
HSL312º63.16%37.25%-
HSV(B)312º77.42%60.78%-
XYZ18.229.8122.41-
YUV81.82155.76180.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=48.29%
G=10.90%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553513100.770.150.3931263.1637.25
Hex9B238304DF271383f25
Octal23343203011517474707745
Binary1001101110001110000011010011011111100111100111000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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