Html Css Color HEX #976790 Violet Blue

📋 copy color: '#976790'

red 151 ◦ green 103 ◦ blue 144

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

Shades of Violet Blue #976790

Tints of Violet Blue #976790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 37.94%
G = 25.88%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#976790 (or 0x976790) is known color: Violet Blue. HEX triplet: 97, 67 and 90. RGB value is (151,103,144). Sum of RGB (Red+Green+Blue) = 151+103+144=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976790 is #68986F. Grayscale: #797979. Windows color (decimal): -6854768 or 9463703. OLE color: 9463703.

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

Color convert

RGB 151 103 144 -
CMYK 0 0.32 0.05 0.41
HSL 308.75º 0.19% 0.5% -
HSV(B) 308.75º 0.32% 0.59% -
XYZ 22.65 18.29 28.72 -
YUV 122.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 151 103 144 0 0.32 0.05 0.41 308.75 0.19 0.5
Hex 97 67 90 0 20 5 29 135 13 32
Octal 227 147 220 0 40 5 51 465 23 62
Binary 10010111 1100111 10010000 0 100000 101 101001 100110101 10011 110010

Color Harmonies of #976790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976790

Black with #976790

Text Example


Text Example

White with #976790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976790; }

 p { color: rgb(151,103,144); }

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

background-color css

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

 a { background-color: rgb(151,103,144); }

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

border-color css

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

 span { border-color: rgb(151,103,144); }

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