Html Css Color HEX #974CA4 Violet Blue

📋 copy color: '#974CA4'

red 151 ◦ green 76 ◦ blue 164

#974CA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #974CA4

Tints of Violet Blue #974CA4

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 value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#974CA4 (or 0x974CA4) is known color: 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

RGB 151 76 164 -
CMYK 0.08 0.54 0 0.36
HSL 291.14º 0.37% 0.47% -
HSV(B) 291.14º 0.54% 0.64% -
XYZ 22.05 14.43 36.74 -
YUV 108.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 151 76 164 0.08 0.54 0 0.36 291.14 0.37 0.47
Hex 97 4C A4 8 36 0 24 123 25 2F
Octal 227 114 244 10 66 0 44 443 45 57
Binary 10010111 1001100 10100100 1000 110110 0 100100 100100011 100101 101111

Color Harmonies of #974CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CA4

Black with #974CA4

Text Example


Text Example

White with #974CA4

Text Example


Text Example

HTML Codes & Css Web 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>