Html Css Color HEX #976B98 Violet Blue

📋 copy color: '#976B98'

red 151 ◦ green 107 ◦ blue 152

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

Shades of Violet Blue #976B98

Tints of Violet Blue #976B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 36.83%
G = 26.1%
B = 37.07%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#976B98 (or 0x976B98) is known color: Violet Blue. HEX triplet: 97, 6B and 98. RGB value is (151,107,152). Sum of RGB (Red+Green+Blue) = 151+107+152=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #976B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B98 is #689467. Grayscale: #7D7D7D. Windows color (decimal): -6853736 or 9989015. OLE color: 9989015.

HSL color Cylindrical-coordinate representation of color #976B98: hue angle of 298.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976B98 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 107 152 -
CMYK 0.01 0.30 0 0.40
HSL 298.67º 0.18% 0.51% -
HSV(B) 298.67º 0.3% 0.6% -
XYZ 23.69 19.36 32.19 -
YUV 125.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 151 107 152 0.01 0.30 0 0.40 298.67 0.18 0.51
Hex 97 6B 98 1 1E 0 28 12B 12 33
Octal 227 153 230 1 36 0 50 453 22 63
Binary 10010111 1101011 10011000 1 11110 0 101000 100101011 10010 110011

Color Harmonies of #976B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B98

Black with #976B98

Text Example


Text Example

White with #976B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,152); }

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

background-color css

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

 a { background-color: rgb(151,107,152); }

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

border-color css

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

 span { border-color: rgb(151,107,152); }

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