#97267D

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

Shades of Dark Purple #97267D

Tints of Dark Purple #97267D

Color information

#97267D (or 0x97267D) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 7D. RGB value is (151,38,125). Sum of RGB (Red+Green+Blue) = 151+38+125=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97267D is #68D982. Grayscale: #515151. Windows color (decimal): -6871427 or 8201879. OLE color: 8201879.

HSL color Cylindrical-coordinate representation of color #97267D: hue angle of 313.81º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97267D is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15138125-
CMYK00.750.170.41
HSL313.81º59.79%37.06%-
HSV(B)313.81º74.83%59.22%-
XYZ17.169.4520.32-
YUV81.7152.44177.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=48.09%
G=12.10%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513812500.750.170.41313.8159.7937.06
Hex97267D04B112913a3c25
Octal22746175011321514727445
Binary1001011110011011111010100101110001101001100111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97267D; }

 p { color: rgb(151,38,125); }

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

<style>
 a { background-color: #97267D; }

 a { background-color: rgb(151,38,125); }

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

<style>
 span { border-color: #97267D; }

 span { border-color: rgb(151,38,125); }

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