#9B368C

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

Shades of Dark Purple #9B368C

Tints of Dark Purple #9B368C

Color information

#9B368C (or 0x9B368C) is unknown color: approx Dark Purple. HEX triplet: 9B, 36 and 8C. RGB value is (155,54,140). Sum of RGB (Red+Green+Blue) = 155+54+140=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B368C is #64C973. Grayscale: #5D5D5D. Windows color (decimal): -6605172 or 9189019. OLE color: 9189019.

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

Color convert

RGB15554140-
CMYK00.650.100.39
HSL308.91º48.33%40.98%-
HSV(B)308.91º65.16%60.78%-
XYZ19.5711.526-
YUV94153.96171.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=44.41%
G=15.47%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555414000.650.100.39308.9148.3340.98
Hex9B368C041A271353029
Octal23366214010112474656051
Binary1001101111011010001100010000011010100111100110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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