#97619A

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

Shades of Violet Blue #97619A

Tints of Violet Blue #97619A

Color information

#97619A (or 0x97619A) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 9A. RGB value is (151,97,154). Sum of RGB (Red+Green+Blue) = 151+97+154=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #97619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97619A is #689E65. Grayscale: #777777. Windows color (decimal): -6856294 or 10117527. OLE color: 10117527.

HSL color Cylindrical-coordinate representation of color #97619A: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97619A is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15197154-
CMYK0.020.3700.40
HSL296.84º22.71%49.22%-
HSV(B)296.84º37.01%60.39%-
XYZ22.8717.4632.74-
YUV119.64147.39150.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=37.56%
G=24.13%
B=38.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151971540.020.3700.40296.8422.7149.22
Hex97619A2250281291731
Octal2271412322450504512761
Binary1001011111000011001101010100101010100010010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97619A; }

 p { color: rgb(151,97,154); }

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

<style>
 a { background-color: #97619A; }

 a { background-color: rgb(151,97,154); }

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

<style>
 span { border-color: #97619A; }

 span { border-color: rgb(151,97,154); }

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