Html Css Color HEX #976C9B Violet Blue

📋 copy color: '#976C9B'

red 151 ◦ green 108 ◦ blue 155

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

Shades of Violet Blue #976C9B

Tints of Violet Blue #976C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.09%

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 36.47%
G = 26.09%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#976C9B (or 0x976C9B) is known color: Violet Blue. HEX triplet: 97, 6C and 9B. RGB value is (151,108,155). Sum of RGB (Red+Green+Blue) = 151+108+155=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #976C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976C9B is #689364. Grayscale: #7E7E7E. Windows color (decimal): -6853477 or 10185879. OLE color: 10185879.

HSL color Cylindrical-coordinate representation of color #976C9B: hue angle of 294.89º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976C9B is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 108 155 -
CMYK 0.03 0.30 0 0.39
HSL 294.89º 0.19% 0.52% -
HSV(B) 294.89º 0.3% 0.61% -
XYZ 24.04 19.67 33.54 -
YUV 126.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 151 108 155 0.03 0.30 0 0.39 294.89 0.19 0.52
Hex 97 6C 9B 3 1E 0 27 127 13 34
Octal 227 154 233 3 36 0 47 447 23 64
Binary 10010111 1101100 10011011 11 11110 0 100111 100100111 10011 110100

Color Harmonies of #976C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C9B

Black with #976C9B

Text Example


Text Example

White with #976C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,155); }

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

background-color css

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

 a { background-color: rgb(151,108,155); }

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

border-color css

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

 span { border-color: rgb(151,108,155); }

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