Html Css Color HEX #974A9E Violet Blue

📋 copy color: '#974A9E'

red 151 ◦ green 74 ◦ blue 158

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

Shades of Violet Blue #974A9E

Tints of Violet Blue #974A9E

RGB

 RED value IS 151 (59.38% from 255) = 39.43%

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 39.43%
G = 19.32%
B = 41.25%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#974A9E (or 0x974A9E) is known color: Violet Blue. HEX triplet: 97, 4A and 9E. RGB value is (151,74,158). Sum of RGB (Red+Green+Blue) = 151+74+158=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #974A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A9E is #68B561. Grayscale: #6A6A6A. Windows color (decimal): -6862178 or 10373783. OLE color: 10373783.

HSL color Cylindrical-coordinate representation of color #974A9E: hue angle of 295º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974A9E is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 74 158 -
CMYK 0.04 0.53 0 0.38
HSL 295º 0.36% 0.45% -
HSV(B) 295º 0.53% 0.62% -
XYZ 21.38 13.95 33.91 -
YUV 106.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 151 74 158 0.04 0.53 0 0.38 295 0.36 0.45
Hex 97 4A 9E 4 35 0 26 127 24 2D
Octal 227 112 236 4 65 0 46 447 44 55
Binary 10010111 1001010 10011110 100 110101 0 100110 100100111 100100 101101

Color Harmonies of #974A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A9E

Black with #974A9E

Text Example


Text Example

White with #974A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,158); }

 H1.HeaderClassName
 {
   color: #974A9E;
 }
 .AnyTagClassName
 {
   color: #974A9E;
 }
</style>

background-color css

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

 a { background-color: rgb(151,74,158); }

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

border-color css

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

 span { border-color: rgb(151,74,158); }

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