#97367F

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

Shades of Dark Purple #97367F

Tints of Dark Purple #97367F

Color information

#97367F (or 0x97367F) is unknown color: approx Dark Purple. HEX triplet: 97, 36 and 7F. RGB value is (151,54,127). Sum of RGB (Red+Green+Blue) = 151+54+127=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #97367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97367F is #68C980. Grayscale: #5B5B5B. Windows color (decimal): -6867329 or 8337047. OLE color: 8337047.

HSL color Cylindrical-coordinate representation of color #97367F: hue angle of 314.85º 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 #97367F is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15154127-
CMYK00.640.160.41
HSL314.85º47.32%40.2%-
HSV(B)314.85º64.24%59.22%-
XYZ17.9110.7521.21-
YUV91.32148.14170.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 127 (50% from 255) = 38.25%
R=45.48%
G=16.27%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515412700.640.160.41314.8547.3240.2
Hex97367F040102913b2f28
Octal22766177010020514735750
Binary1001011111011011111110100000010000101001100111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97367F; }

 p { color: rgb(151,54,127); }

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

<style>
 a { background-color: #97367F; }

 a { background-color: rgb(151,54,127); }

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

<style>
 span { border-color: #97367F; }

 span { border-color: rgb(151,54,127); }

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