#9B2286

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

Shades of Dark Purple #9B2286

Tints of Dark Purple #9B2286

Color information

#9B2286 (or 0x9B2286) is unknown color: approx Dark Purple. HEX triplet: 9B, 22 and 86. RGB value is (155,34,134). Sum of RGB (Red+Green+Blue) = 155+34+134=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2286 is #64DD79. Grayscale: #515151. Windows color (decimal): -6610298 or 8790683. OLE color: 8790683.

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

Color convert

RGB15534134-
CMYK00.780.140.39
HSL310.41º64.02%37.06%-
HSV(B)310.41º78.06%60.78%-
XYZ18.399.8323.48-
YUV81.58157.59180.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=47.99%
G=10.53%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553413400.780.140.39310.4164.0237.06
Hex9B228604EE271364025
Octal233422060116164746610045
Binary10011011100010100001100100111011101001111001101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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