Html Css Color HEX #974D9D Violet Blue

📋 copy color: '#974D9D'

red 151 ◦ green 77 ◦ blue 157

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

Shades of Violet Blue #974D9D

Tints of Violet Blue #974D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 39.22%
G = 20%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#974D9D (or 0x974D9D) is known color: Violet Blue. HEX triplet: 97, 4D and 9D. RGB value is (151,77,157). Sum of RGB (Red+Green+Blue) = 151+77+157=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #974D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D9D is #68B262. Grayscale: #6B6B6B. Windows color (decimal): -6861411 or 10309015. OLE color: 10309015.

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

Color convert

RGB 151 77 157 -
CMYK 0.04 0.51 0 0.38
HSL 295.5º 0.34% 0.46% -
HSV(B) 295.5º 0.51% 0.62% -
XYZ 21.5 14.32 33.53 -
YUV 108.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 151 77 157 0.04 0.51 0 0.38 295.5 0.34 0.46
Hex 97 4D 9D 4 33 0 26 128 22 2E
Octal 227 115 235 4 63 0 46 450 42 56
Binary 10010111 1001101 10011101 100 110011 0 100110 100101000 100010 101110

Color Harmonies of #974D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D9D

Black with #974D9D

Text Example


Text Example

White with #974D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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