#97438A

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

Shades of Violet Blue #97438A

Tints of Violet Blue #97438A

Color information

#97438A (or 0x97438A) is unknown color: approx Violet Blue. HEX triplet: 97, 43 and 8A. RGB value is (151,67,138). Sum of RGB (Red+Green+Blue) = 151+67+138=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97438A is #68BC75. Grayscale: #646464. Windows color (decimal): -6863990 or 9061271. OLE color: 9061271.

HSL color Cylindrical-coordinate representation of color #97438A: hue angle of 309.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97438A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15167138-
CMYK00.560.090.41
HSL309.29º38.53%42.75%-
HSV(B)309.29º55.63%59.22%-
XYZ19.3612.4325.42-
YUV100.21149.33164.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=42.42%
G=18.82%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516713800.560.090.41309.2938.5342.75
Hex97438A038929135272b
Octal22710321207011514654753
Binary1001011110000111000101001110001001101001100110101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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