#97509E

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

Shades of Violet Blue #97509E

Tints of Violet Blue #97509E

Color information

#97509E (or 0x97509E) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 9E. RGB value is (151,80,158). Sum of RGB (Red+Green+Blue) = 151+80+158=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #97509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97509E is #68AF61. Grayscale: #6D6D6D. Windows color (decimal): -6860642 or 10375319. OLE color: 10375319.

HSL color Cylindrical-coordinate representation of color #97509E: hue angle of 294.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97509E is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15180158-
CMYK0.040.4900.38
HSL294.62º32.77%46.67%-
HSV(B)294.62º49.37%61.96%-
XYZ21.814.7934.05-
YUV110.12155.02157.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=38.82%
G=20.57%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151801580.040.4900.38294.6232.7746.67
Hex97509E431026127212f
Octal2271202364610464474157
Binary100101111010000100111101001100010100110100100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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