#97508E

Color #97508E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #97508E

Tints of Violet Blue #97508E

Color information

#97508E (or 0x97508E) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 8E. RGB value is (151,80,142). Sum of RGB (Red+Green+Blue) = 151+80+142=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #97508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97508E is #68AF71. Grayscale: #6C6C6C. Windows color (decimal): -6860658 or 9326743. OLE color: 9326743.

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

Color convert

RGB15180142-
CMYK00.470.060.41
HSL307.61º30.74%45.29%-
HSV(B)307.61º47.02%59.22%-
XYZ20.5114.2727.26-
YUV108.3147.02158.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=40.48%
G=21.45%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518014200.470.060.41307.6130.7445.29
Hex97508E02F6291341f2d
Octal2271202160576514643755
Binary10010111101000010001110010111111010100110011010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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