#97509A

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

Shades of Violet Blue #97509A

Tints of Violet Blue #97509A

Color information

#97509A (or 0x97509A) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 9A. RGB value is (151,80,154). Sum of RGB (Red+Green+Blue) = 151+80+154=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #97509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97509A is #68AF65. Grayscale: #6D6D6D. Windows color (decimal): -6860646 or 10113175. OLE color: 10113175.

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

Color convert

RGB15180154-
CMYK0.020.4800.40
HSL297.57º31.62%45.88%-
HSV(B)297.57º48.05%60.39%-
XYZ21.4614.6532.27-
YUV109.66153.02157.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 154 (60.55% from 255) = 40%
R=39.22%
G=20.78%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151801540.020.4800.40297.5731.6245.88
Hex97509A23002812a202e
Octal2271202322600504524056
Binary10010111101000010011010101100000101000100101010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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