Html Css Color HEX #976C9F Violet Blue

📋 copy color: '#976C9F'

red 151 ◦ green 108 ◦ blue 159

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

Shades of Violet Blue #976C9F

Tints of Violet Blue #976C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 36.12%
G = 25.84%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#976C9F (or 0x976C9F) is known color: Violet Blue. HEX triplet: 97, 6C and 9F. RGB value is (151,108,159). Sum of RGB (Red+Green+Blue) = 151+108+159=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #976C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976C9F is #689360. Grayscale: #7E7E7E. Windows color (decimal): -6853473 or 10448023. OLE color: 10448023.

HSL color Cylindrical-coordinate representation of color #976C9F: hue angle of 290.59º 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 #976C9F is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 108 159 -
CMYK 0.05 0.32 0 0.38
HSL 290.59º 0.21% 0.52% -
HSV(B) 290.59º 0.32% 0.62% -
XYZ 24.38 19.81 35.34 -
YUV 126.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 151 108 159 0.05 0.32 0 0.38 290.59 0.21 0.52
Hex 97 6C 9F 5 20 0 26 123 15 34
Octal 227 154 237 5 40 0 46 443 25 64
Binary 10010111 1101100 10011111 101 100000 0 100110 100100011 10101 110100

Color Harmonies of #976C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C9F

Black with #976C9F

Text Example


Text Example

White with #976C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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