#97508A

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

Shades of Violet Blue #97508A

Tints of Violet Blue #97508A

Color information

#97508A (or 0x97508A) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 8A. RGB value is (151,80,138). Sum of RGB (Red+Green+Blue) = 151+80+138=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #97508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97508A is #68AF75. Grayscale: #6B6B6B. Windows color (decimal): -6860662 or 9064599. OLE color: 9064599.

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

Color convert

RGB15180138-
CMYK00.470.090.41
HSL310.99º30.74%45.29%-
HSV(B)310.99º47.02%59.22%-
XYZ20.2214.1525.71-
YUV107.84145.02158.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=40.92%
G=21.68%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518013800.470.090.41310.9930.7445.29
Hex97508A02F9291371f2d
Octal22712021205711514673755
Binary100101111010000100010100101111100110100110011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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