#97469F

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

Shades of Violet Blue #97469F

Tints of Violet Blue #97469F

Color information

#97469F (or 0x97469F) is unknown color: approx Violet Blue. HEX triplet: 97, 46 and 9F. RGB value is (151,70,159). Sum of RGB (Red+Green+Blue) = 151+70+159=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #97469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97469F is #68B960. Grayscale: #686868. Windows color (decimal): -6863201 or 10438295. OLE color: 10438295.

HSL color Cylindrical-coordinate representation of color #97469F: hue angle of 294.61º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97469F is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15170159-
CMYK0.050.5600.38
HSL294.61º38.86%44.9%-
HSV(B)294.61º55.97%62.35%-
XYZ21.2113.4634.28-
YUV104.36158.84161.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=39.74%
G=18.42%
B=41.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151701590.050.5600.38294.6138.8644.9
Hex97469F538026127272d
Octal2271062375700464474755
Binary100101111000110100111111011110000100110100100111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97469F; }

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

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

<style>
 a { background-color: #97469F; }

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

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

<style>
 span { border-color: #97469F; }

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

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