#974CA4

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

Shades of Violet Blue #974CA4

Tints of Violet Blue #974CA4

Color information

#974CA4 (or 0x974CA4) is unknown color: approx Violet Blue. HEX triplet: 97, 4C and A4. RGB value is (151,76,164). Sum of RGB (Red+Green+Blue) = 151+76+164=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #974CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CA4 is #68B35B. Grayscale: #6C6C6C. Windows color (decimal): -6861660 or 10767511. OLE color: 10767511.

HSL color Cylindrical-coordinate representation of color #974CA4: hue angle of 291.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974CA4 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15176164-
CMYK0.080.5400.36
HSL291.14º36.67%47.06%-
HSV(B)291.14º53.66%64.31%-
XYZ22.0514.4336.74-
YUV108.46159.35158.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=38.62%
G=19.44%
B=41.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151761640.080.5400.36291.1436.6747.06
Hex974CA4836024123252f
Octal22711424410660444434557
Binary1001011110011001010010010001101100100100100100011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974CA4; }

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

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

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

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

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

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

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

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