Html Css Color HEX #974D8E Violet Blue

📋 copy color: '#974D8E'

red 151 ◦ green 77 ◦ blue 142

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

Shades of Violet Blue #974D8E

Tints of Violet Blue #974D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 40.81%
G = 20.81%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#974D8E (or 0x974D8E) is known color: Violet Blue. HEX triplet: 97, 4D and 8E. RGB value is (151,77,142). Sum of RGB (Red+Green+Blue) = 151+77+142=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #974D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D8E is #68B271. Grayscale: #6A6A6A. Windows color (decimal): -6861426 or 9325975. OLE color: 9325975.

HSL color Cylindrical-coordinate representation of color #974D8E: hue angle of 307.3º 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 #974D8E is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 142 -
CMYK 0 0.49 0.06 0.41
HSL 307.3º 0.32% 0.45% -
HSV(B) 307.3º 0.49% 0.59% -
XYZ 20.3 13.84 27.19 -
YUV 106.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 151 77 142 0 0.49 0.06 0.41 307.3 0.32 0.45
Hex 97 4D 8E 0 31 6 29 133 20 2D
Octal 227 115 216 0 61 6 51 463 40 55
Binary 10010111 1001101 10001110 0 110001 110 101001 100110011 100000 101101

Color Harmonies of #974D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D8E

Black with #974D8E

Text Example


Text Example

White with #974D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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