Html Css Color HEX #976899 Violet Blue

📋 copy color: '#976899'

red 151 ◦ green 104 ◦ blue 153

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

Shades of Violet Blue #976899

Tints of Violet Blue #976899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 37.01%
G = 25.49%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#976899 (or 0x976899) is known color: Violet Blue. HEX triplet: 97, 68 and 99. RGB value is (151,104,153). Sum of RGB (Red+Green+Blue) = 151+104+153=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #976899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976899 is #689766. Grayscale: #7B7B7B. Windows color (decimal): -6854503 or 10053783. OLE color: 10053783.

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

Color convert

RGB 151 104 153 -
CMYK 0.01 0.32 0 0.4
HSL 297.55º 0.19% 0.5% -
HSV(B) 297.55º 0.32% 0.6% -
XYZ 23.46 18.78 32.53 -
YUV 123.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 151 104 153 0.01 0.32 0 0.4 297.55 0.19 0.5
Hex 97 68 99 1 20 0 28 12A 13 32
Octal 227 150 231 1 40 0 50 452 23 62
Binary 10010111 1101000 10011001 1 100000 0 101000 100101010 10011 110010

Color Harmonies of #976899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976899

Black with #976899

Text Example


Text Example

White with #976899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976899; }

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

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

background-color css

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

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

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

border-color css

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

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

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