Html Css Color HEX #974D8A Violet Blue

📋 copy color: '#974D8A'

red 151 ◦ green 77 ◦ blue 138

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

Shades of Violet Blue #974D8A

Tints of Violet Blue #974D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 41.26%
G = 21.04%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#974D8A (or 0x974D8A) is known color: Violet Blue. HEX triplet: 97, 4D and 8A. RGB value is (151,77,138). Sum of RGB (Red+Green+Blue) = 151+77+138=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #974D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D8A is #68B275. Grayscale: #696969. Windows color (decimal): -6861430 or 9063831. OLE color: 9063831.

HSL color Cylindrical-coordinate representation of color #974D8A: hue angle of 310.54º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D8A is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 138 -
CMYK 0 0.49 0.09 0.41
HSL 310.54º 0.32% 0.45% -
HSV(B) 310.54º 0.49% 0.59% -
XYZ 20 13.72 25.64 -
YUV 106.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 151 77 138 0 0.49 0.09 0.41 310.54 0.32 0.45
Hex 97 4D 8A 0 31 9 29 137 20 2D
Octal 227 115 212 0 61 11 51 467 40 55
Binary 10010111 1001101 10001010 0 110001 1001 101001 100110111 100000 101101

Color Harmonies of #974D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D8A

Black with #974D8A

Text Example


Text Example

White with #974D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,138); }

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

background-color css

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

 a { background-color: rgb(151,77,138); }

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

border-color css

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

 span { border-color: rgb(151,77,138); }

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