#97478D

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

Shades of Violet Blue #97478D

Tints of Violet Blue #97478D

Color information

#97478D (or 0x97478D) is unknown color: approx Violet Blue. HEX triplet: 97, 47 and 8D. RGB value is (151,71,141). Sum of RGB (Red+Green+Blue) = 151+71+141=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97478D is #68B872. Grayscale: #666666. Windows color (decimal): -6862963 or 9258903. OLE color: 9258903.

HSL color Cylindrical-coordinate representation of color #97478D: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97478D is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15171141-
CMYK00.530.070.41
HSL307.5º36.04%43.53%-
HSV(B)307.5º52.98%59.22%-
XYZ19.8213.0126.67-
YUV102.9149.5162.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=41.60%
G=19.56%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517114100.530.070.41307.536.0443.53
Hex97478D035729134242c
Octal2271072150657514644454
Binary100101111000111100011010110101111101001100110100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97478D; }

 p { color: rgb(151,71,141); }

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

<style>
 a { background-color: #97478D; }

 a { background-color: rgb(151,71,141); }

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

<style>
 span { border-color: #97478D; }

 span { border-color: rgb(151,71,141); }

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