Html Css Color HEX #976E92 Violet Blue

📋 copy color: '#976E92'

red 151 ◦ green 110 ◦ blue 146

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

Shades of Violet Blue #976E92

Tints of Violet Blue #976E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 37.1%
G = 27.03%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#976E92 (or 0x976E92) is known color: Violet Blue. HEX triplet: 97, 6E and 92. RGB value is (151,110,146). Sum of RGB (Red+Green+Blue) = 151+110+146=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #976E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976E92 is #68916D. Grayscale: #7E7E7E. Windows color (decimal): -6852974 or 9596567. OLE color: 9596567.

HSL color Cylindrical-coordinate representation of color #976E92: hue angle of 307.32º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #976E92 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 146 -
CMYK 0 0.27 0.03 0.41
HSL 307.32º 0.16% 0.51% -
HSV(B) 307.32º 0.27% 0.59% -
XYZ 23.53 19.81 29.78 -
YUV 126.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 151 110 146 0 0.27 0.03 0.41 307.32 0.16 0.51
Hex 97 6E 92 0 1B 3 29 133 10 33
Octal 227 156 222 0 33 3 51 463 20 63
Binary 10010111 1101110 10010010 0 11011 11 101001 100110011 10000 110011

Color Harmonies of #976E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E92

Black with #976E92

Text Example


Text Example

White with #976E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976E92; }

 p { color: rgb(151,110,146); }

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

background-color css

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

 a { background-color: rgb(151,110,146); }

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

border-color css

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

 span { border-color: rgb(151,110,146); }

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