#9B2E83

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

Shades of Dark Purple #9B2E83

Tints of Dark Purple #9B2E83

Color information

#9B2E83 (or 0x9B2E83) is unknown color: approx Dark Purple. HEX triplet: 9B, 2E and 83. RGB value is (155,46,131). Sum of RGB (Red+Green+Blue) = 155+46+131=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2E83 is #64D17C. Grayscale: #585858. Windows color (decimal): -6607229 or 8597147. OLE color: 8597147.

HSL color Cylindrical-coordinate representation of color #9B2E83: hue angle of 313.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E83 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15546131-
CMYK00.700.150.39
HSL313.21º54.23%39.41%-
HSV(B)313.21º70.32%60.78%-
XYZ18.5910.5622.53-
YUV88.28152.11175.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=46.69%
G=13.86%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554613100.700.150.39313.2154.2339.41
Hex9B2E83046F271393627
Octal23356203010617474716647
Binary1001101110111010000011010001101111100111100111001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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