#975092

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

Shades of Violet Blue #975092

Tints of Violet Blue #975092

Color information

#975092 (or 0x975092) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 92. RGB value is (151,80,146). Sum of RGB (Red+Green+Blue) = 151+80+146=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #975092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975092 is #68AF6D. Grayscale: #6C6C6C. Windows color (decimal): -6860654 or 9588887. OLE color: 9588887.

HSL color Cylindrical-coordinate representation of color #975092: hue angle of 304.23º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975092 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15180146-
CMYK00.470.030.41
HSL304.23º30.74%45.29%-
HSV(B)304.23º47.02%59.22%-
XYZ20.8214.3928.87-
YUV108.75149.02158.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=40.05%
G=21.22%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518014600.470.030.41304.2330.7445.29
Hex97509202F3291301f2d
Octal2271202220573514603755
Binary1001011110100001001001001011111110100110011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975092; }

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

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

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

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

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

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

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

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