#97378B

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

Shades of Dark Purple #97378B

Tints of Dark Purple #97378B

Color information

#97378B (or 0x97378B) is unknown color: approx Dark Purple. HEX triplet: 97, 37 and 8B. RGB value is (151,55,139). Sum of RGB (Red+Green+Blue) = 151+55+139=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97378B is #68C874. Grayscale: #5D5D5D. Windows color (decimal): -6867061 or 9123735. OLE color: 9123735.

HSL color Cylindrical-coordinate representation of color #97378B: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97378B is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15155139-
CMYK00.640.080.41
HSL307.5º46.6%40.39%-
HSV(B)307.5º63.58%59.22%-
XYZ18.7911.1825.59-
YUV93.28153.8169.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=43.77%
G=15.94%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515513900.640.080.41307.546.640.39
Hex97378B0408291342f28
Octal22767213010010514645750
Binary1001011111011110001011010000001000101001100110100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97378B; }

 p { color: rgb(151,55,139); }

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

<style>
 a { background-color: #97378B; }

 a { background-color: rgb(151,55,139); }

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

<style>
 span { border-color: #97378B; }

 span { border-color: rgb(151,55,139); }

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