#97608F

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

Shades of Violet Blue #97608F

Tints of Violet Blue #97608F

Color information

#97608F (or 0x97608F) is unknown color: approx Violet Blue. HEX triplet: 97, 60 and 8F. RGB value is (151,96,143). Sum of RGB (Red+Green+Blue) = 151+96+143=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97608F is #689F70. Grayscale: #757575. Windows color (decimal): -6856561 or 9396375. OLE color: 9396375.

HSL color Cylindrical-coordinate representation of color #97608F: hue angle of 308.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97608F is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15196143-
CMYK00.360.050.41
HSL308.73º22.27%48.43%-
HSV(B)308.73º36.42%59.22%-
XYZ21.916.9328.1-
YUV117.8142.22151.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=38.72%
G=24.62%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519614300.360.050.41308.7322.2748.43
Hex97608F0245291351630
Octal2271402170445514652660
Binary10010111110000010001111010010010110100110011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,96,143); }

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

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

 a { background-color: rgb(151,96,143); }

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

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

 span { border-color: rgb(151,96,143); }

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