#97468A

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

Shades of Violet Blue #97468A

Tints of Violet Blue #97468A

Color information

#97468A (or 0x97468A) is unknown color: approx Violet Blue. HEX triplet: 97, 46 and 8A. RGB value is (151,70,138). Sum of RGB (Red+Green+Blue) = 151+70+138=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97468A is #68B975. Grayscale: #656565. Windows color (decimal): -6863222 or 9062039. OLE color: 9062039.

HSL color Cylindrical-coordinate representation of color #97468A: hue angle of 309.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97468A is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15170138-
CMYK00.540.090.41
HSL309.63º36.65%43.33%-
HSV(B)309.63º53.64%59.22%-
XYZ19.5412.7925.48-
YUV101.97148.34162.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=42.06%
G=19.50%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517013800.540.090.41309.6336.6543.33
Hex97468A036929136252b
Octal22710621206611514664553
Binary1001011110001101000101001101101001101001100110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,70,138); }

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

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

 a { background-color: rgb(151,70,138); }

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

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

 span { border-color: rgb(151,70,138); }

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