Html Css Color HEX #976A9D Violet Blue

📋 copy color: '#976A9D'

red 151 ◦ green 106 ◦ blue 157

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

Shades of Violet Blue #976A9D

Tints of Violet Blue #976A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 36.47%
G = 25.6%
B = 37.92%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#976A9D (or 0x976A9D) is known color: Violet Blue. HEX triplet: 97, 6A and 9D. RGB value is (151,106,157). Sum of RGB (Red+Green+Blue) = 151+106+157=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #976A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A9D is #689562. Grayscale: #7D7D7D. Windows color (decimal): -6853987 or 10316439. OLE color: 10316439.

HSL color Cylindrical-coordinate representation of color #976A9D: hue angle of 292.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976A9D is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 106 157 -
CMYK 0.04 0.32 0 0.38
HSL 292.94º 0.21% 0.52% -
HSV(B) 292.94º 0.32% 0.62% -
XYZ 24 19.32 34.36 -
YUV 125.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 151 106 157 0.04 0.32 0 0.38 292.94 0.21 0.52
Hex 97 6A 9D 4 20 0 26 125 15 34
Octal 227 152 235 4 40 0 46 445 25 64
Binary 10010111 1101010 10011101 100 100000 0 100110 100100101 10101 110100

Color Harmonies of #976A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A9D

Black with #976A9D

Text Example


Text Example

White with #976A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,157); }

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

background-color css

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

 a { background-color: rgb(151,106,157); }

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

border-color css

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

 span { border-color: rgb(151,106,157); }

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