Html Css Color HEX #977499 Violet Blue

📋 copy color: '#977499'

red 151 ◦ green 116 ◦ blue 153

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

Shades of Violet Blue #977499

Tints of Violet Blue #977499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 35.95%
G = 27.62%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#977499 (or 0x977499) is known color: Violet Blue. HEX triplet: 97, 74 and 99. RGB value is (151,116,153). Sum of RGB (Red+Green+Blue) = 151+116+153=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #977499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977499 is #688B66. Grayscale: #828282. Windows color (decimal): -6851431 or 10056855. OLE color: 10056855.

HSL color Cylindrical-coordinate representation of color #977499: hue angle of 296.76º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977499 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 116 153 -
CMYK 0.01 0.24 0 0.4
HSL 296.76º 0.15% 0.53% -
HSV(B) 296.76º 0.24% 0.6% -
XYZ 24.76 21.37 32.96 -
YUV 130.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 151 116 153 0.01 0.24 0 0.4 296.76 0.15 0.53
Hex 97 74 99 1 18 0 28 129 F 35
Octal 227 164 231 1 30 0 50 451 17 65
Binary 10010111 1110100 10011001 1 11000 0 101000 100101001 1111 110101

Color Harmonies of #977499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977499

Black with #977499

Text Example


Text Example

White with #977499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977499; }

 p { color: rgb(151,116,153); }

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

background-color css

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

 a { background-color: rgb(151,116,153); }

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

border-color css

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

 span { border-color: rgb(151,116,153); }

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