#9758A4

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

Shades of Violet Blue #9758A4

Tints of Violet Blue #9758A4

Color information

#9758A4 (or 0x9758A4) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and A4. RGB value is (151,88,164). Sum of RGB (Red+Green+Blue) = 151+88+164=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #9758A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758A4 is #68A75B. Grayscale: #737373. Windows color (decimal): -6858588 or 10770583. OLE color: 10770583.

HSL color Cylindrical-coordinate representation of color #9758A4: hue angle of 289.74º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9758A4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15188164-
CMYK0.080.4600.36
HSL289.74º30.16%49.41%-
HSV(B)289.74º46.34%64.31%-
XYZ22.9516.2437.05-
YUV115.5155.37153.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=37.47%
G=21.84%
B=40.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151881640.080.4600.36289.7430.1649.41
Hex9758A482E0241221e31
Octal22713024410560444423661
Binary100101111011000101001001000101110010010010010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9758A4; }

 p { color: rgb(151,88,164); }

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

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

 a { background-color: rgb(151,88,164); }

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

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

 span { border-color: rgb(151,88,164); }

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