Html Css Color HEX #974EA3 Violet Blue

📋 copy color: '#974EA3'

red 151 ◦ green 78 ◦ blue 163

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

Shades of Violet Blue #974EA3

Tints of Violet Blue #974EA3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

 BLUE value IS 163 (64.06% from 255) = 41.58%

R = 38.52%
G = 19.9%
B = 41.58%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#974EA3 (or 0x974EA3) is known color: Violet Blue. HEX triplet: 97, 4E and A3. RGB value is (151,78,163). Sum of RGB (Red+Green+Blue) = 151+78+163=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #974EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974EA3 is #68B15C. Grayscale: #6D6D6D. Windows color (decimal): -6861149 or 10702487. OLE color: 10702487.

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

Color convert

RGB 151 78 163 -
CMYK 0.07 0.52 0 0.36
HSL 291.53º 0.35% 0.47% -
HSV(B) 291.53º 0.52% 0.64% -
XYZ 22.1 14.67 36.32 -
YUV 109.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 151 78 163 0.07 0.52 0 0.36 291.53 0.35 0.47
Hex 97 4E A3 7 34 0 24 124 23 2F
Octal 227 116 243 7 64 0 44 444 43 57
Binary 10010111 1001110 10100011 111 110100 0 100100 100100100 100011 101111

Color Harmonies of #974EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EA3

Black with #974EA3

Text Example


Text Example

White with #974EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,78,163); }

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

background-color css

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

 a { background-color: rgb(151,78,163); }

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

border-color css

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

 span { border-color: rgb(151,78,163); }

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