#97508c

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

Shades of Violet Blue #97508C

Tints of Violet Blue #97508C

Color information

#97508C (or 0x97508C) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 8C. RGB value is (151,80,140). Sum of RGB (Red+Green+Blue) = 151+80+140=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #97508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97508C is #68AF73. Grayscale: #6B6B6B. Windows color (decimal): -6860660 or 9195671. OLE color: 9195671.

HSL color Cylindrical-coordinate representation of color #97508C: hue angle of 309.3º 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 #97508C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15180140-
CMYK00.470.070.41
HSL309.3º30.74%45.29%-
HSV(B)309.3º47.02%59.22%-
XYZ20.3614.2126.48-
YUV108.07146.02158.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=40.70%
G=21.56%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518014000.470.070.41309.330.7445.29
Hex97508C02F7291351f2d
Octal2271202140577514653755
Binary10010111101000010001100010111111110100110011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97508c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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