#97308E

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

Shades of Dark Purple #97308E

Tints of Dark Purple #97308E

Color information

#97308E (or 0x97308E) is unknown color: approx Dark Purple. HEX triplet: 97, 30 and 8E. RGB value is (151,48,142). Sum of RGB (Red+Green+Blue) = 151+48+142=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97308E is #68CF71. Grayscale: #595959. Windows color (decimal): -6868850 or 9318551. OLE color: 9318551.

HSL color Cylindrical-coordinate representation of color #97308E: hue angle of 305.24º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97308E is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15148142-
CMYK00.680.060.41
HSL305.24º51.76%39.02%-
HSV(B)305.24º68.21%59.22%-
XYZ18.710.6526.66-
YUV89.51157.62171.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=44.28%
G=14.08%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514814200.680.060.41305.2451.7639.02
Hex97308E0446291313427
Octal2276021601046514616447
Binary100101111100001000111001000100110101001100110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97308E; }

 p { color: rgb(151,48,142); }

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

<style>
 a { background-color: #97308E; }

 a { background-color: rgb(151,48,142); }

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

<style>
 span { border-color: #97308E; }

 span { border-color: rgb(151,48,142); }

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