Html Css Color HEX #8977B6 True V

📋 copy color: '#8977B6'

red 137 ◦ green 119 ◦ blue 182

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

Shades of True V #8977B6

Tints of True V #8977B6

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 182 (71.48% from 255) = 41.55%

R = 31.28%
G = 27.17%
B = 41.55%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8977B6 (or 0x8977B6) is known color: True V. HEX triplet: 89, 77 and B6. RGB value is (137,119,182). Sum of RGB (Red+Green+Blue) = 137+119+182=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #8977B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977B6 is #768849. Grayscale: #838383. Windows color (decimal): -7768138 or 11958153. OLE color: 11958153.

HSL color Cylindrical-coordinate representation of color #8977B6: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8977B6 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 119 182 -
CMYK 0.25 0.35 0 0.29
HSL 257.14º 0.3% 0.59% -
HSV(B) 257.14º 0.35% 0.71% -
XYZ 25.36 21.89 47.14 -
YUV 131.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 137 119 182 0.25 0.35 0 0.29 257.14 0.3 0.59
Hex 89 77 B6 19 23 0 1D 101 1E 3B
Octal 211 167 266 31 43 0 35 401 36 73
Binary 10001001 1110111 10110110 11001 100011 0 11101 100000001 11110 111011

Color Harmonies of #8977B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977B6

Black with #8977B6

Text Example


Text Example

White with #8977B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8977B6; }

 p { color: rgb(137,119,182); }

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

background-color css

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

 a { background-color: rgb(137,119,182); }

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

border-color css

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

 span { border-color: rgb(137,119,182); }

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