#9B338D

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

Shades of Dark Purple #9B338D

Tints of Dark Purple #9B338D

Color information

#9B338D (or 0x9B338D) is unknown color: approx Dark Purple. HEX triplet: 9B, 33 and 8D. RGB value is (155,51,141). Sum of RGB (Red+Green+Blue) = 155+51+141=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B338D is #64CC72. Grayscale: #5C5C5C. Windows color (decimal): -6605939 or 9253787. OLE color: 9253787.

HSL color Cylindrical-coordinate representation of color #9B338D: hue angle of 308.08º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B338D is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15551141-
CMYK00.670.090.39
HSL308.08º50.49%40.39%-
HSV(B)308.08º67.1%60.78%-
XYZ19.5111.2626.34-
YUV92.36155.46172.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=44.67%
G=14.70%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555114100.670.090.39308.0850.4940.39
Hex9B338D0439271343228
Octal23363215010311474646250
Binary1001101111001110001101010000111001100111100110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,141); }

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

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

 a { background-color: rgb(155,51,141); }

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

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

 span { border-color: rgb(155,51,141); }

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