#9B368A

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

Shades of Dark Purple #9B368A

Tints of Dark Purple #9B368A

Color information

#9B368A (or 0x9B368A) is unknown color: approx Dark Purple. HEX triplet: 9B, 36 and 8A. RGB value is (155,54,138). Sum of RGB (Red+Green+Blue) = 155+54+138=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B368A is #64C975. Grayscale: #5D5D5D. Windows color (decimal): -6605174 or 9057947. OLE color: 9057947.

HSL color Cylindrical-coordinate representation of color #9B368A: hue angle of 310.1º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B368A is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15554138-
CMYK00.650.110.39
HSL310.1º48.33%40.98%-
HSV(B)310.1º65.16%60.78%-
XYZ19.4211.4425.23-
YUV93.78152.96171.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=44.67%
G=15.56%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555413800.650.110.39310.148.3340.98
Hex9B368A041B271363029
Octal23366212010113474666051
Binary1001101111011010001010010000011011100111100110110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,138); }

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

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

 a { background-color: rgb(155,54,138); }

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

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

 span { border-color: rgb(155,54,138); }

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