Html Css Color HEX #974B8E Violet Blue

📋 copy color: '#974B8E'

red 151 ◦ green 75 ◦ blue 142

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

Shades of Violet Blue #974B8E

Tints of Violet Blue #974B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 41.03%
G = 20.38%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#974B8E (or 0x974B8E) is known color: Violet Blue. HEX triplet: 97, 4B and 8E. RGB value is (151,75,142). Sum of RGB (Red+Green+Blue) = 151+75+142=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #974B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B8E is #68B471. Grayscale: #696969. Windows color (decimal): -6861938 or 9325463. OLE color: 9325463.

HSL color Cylindrical-coordinate representation of color #974B8E: hue angle of 307.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B8E is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 75 142 -
CMYK 0 0.50 0.06 0.41
HSL 307.11º 0.34% 0.44% -
HSV(B) 307.11º 0.5% 0.59% -
XYZ 20.16 13.56 27.15 -
YUV 105.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 151 75 142 0 0.50 0.06 0.41 307.11 0.34 0.44
Hex 97 4B 8E 0 32 6 29 133 22 2C
Octal 227 113 216 0 62 6 51 463 42 54
Binary 10010111 1001011 10001110 0 110010 110 101001 100110011 100010 101100

Color Harmonies of #974B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B8E

Black with #974B8E

Text Example


Text Example

White with #974B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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