Html Css Color HEX #974BA6 Violet Blue

📋 copy color: '#974BA6'

red 151 ◦ green 75 ◦ blue 166

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

Shades of Violet Blue #974BA6

Tints of Violet Blue #974BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 38.52%
G = 19.13%
B = 42.35%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#974BA6 (or 0x974BA6) is known color: Violet Blue. HEX triplet: 97, 4B and A6. RGB value is (151,75,166). Sum of RGB (Red+Green+Blue) = 151+75+166=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 166 - color contains mainly: blue. Hex color #974BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BA6 is #68B459. Grayscale: #6B6B6B. Windows color (decimal): -6861914 or 10898327. OLE color: 10898327.

HSL color Cylindrical-coordinate representation of color #974BA6: hue angle of 290.11º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974BA6 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 75 166 -
CMYK 0.09 0.55 0 0.35
HSL 290.11º 0.38% 0.47% -
HSV(B) 290.11º 0.55% 0.65% -
XYZ 22.16 14.36 37.68 -
YUV 108.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 151 75 166 0.09 0.55 0 0.35 290.11 0.38 0.47
Hex 97 4B A6 9 37 0 23 122 26 2F
Octal 227 113 246 11 67 0 43 442 46 57
Binary 10010111 1001011 10100110 1001 110111 0 100011 100100010 100110 101111

Color Harmonies of #974BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BA6

Black with #974BA6

Text Example


Text Example

White with #974BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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