#9B338B

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

Shades of Dark Purple #9B338B

Tints of Dark Purple #9B338B

Color information

#9B338B (or 0x9B338B) is unknown color: approx Dark Purple. HEX triplet: 9B, 33 and 8B. RGB value is (155,51,139). Sum of RGB (Red+Green+Blue) = 155+51+139=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B338B is #64CC74. Grayscale: #5B5B5B. Windows color (decimal): -6605941 or 9122715. OLE color: 9122715.

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

Color convert

RGB15551139-
CMYK00.670.100.39
HSL309.23º50.49%40.39%-
HSV(B)309.23º67.1%60.78%-
XYZ19.3611.225.57-
YUV92.13154.46172.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=44.93%
G=14.78%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555113900.670.100.39309.2350.4940.39
Hex9B338B043A271353228
Octal23363213010312474656250
Binary1001101111001110001011010000111010100111100110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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