#97469C

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

Shades of Violet Blue #97469C

Tints of Violet Blue #97469C

Color information

#97469C (or 0x97469C) is unknown color: approx Violet Blue. HEX triplet: 97, 46 and 9C. RGB value is (151,70,156). Sum of RGB (Red+Green+Blue) = 151+70+156=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #97469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97469C is #68B963. Grayscale: #676767. Windows color (decimal): -6863204 or 10241687. OLE color: 10241687.

HSL color Cylindrical-coordinate representation of color #97469C: hue angle of 296.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97469C is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15170156-
CMYK0.030.5500.39
HSL296.51º38.05%44.31%-
HSV(B)296.51º55.13%61.18%-
XYZ20.9513.3632.93-
YUV104.02157.34161.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=40.05%
G=18.57%
B=41.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151701560.030.5500.39296.5138.0544.31
Hex97469C337027129262c
Octal2271062343670474514654
Binary10010111100011010011100111101110100111100101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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