Html Css Color HEX #8973BB True V

📋 copy color: '#8973BB'

red 137 ◦ green 115 ◦ blue 187

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

Shades of True V #8973BB

Tints of True V #8973BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 31.21%
G = 26.2%
B = 42.6%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8973BB (or 0x8973BB) is known color: True V. HEX triplet: 89, 73 and BB. RGB value is (137,115,187). Sum of RGB (Red+Green+Blue) = 137+115+187=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8973BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973BB is #768C44. Grayscale: #818181. Windows color (decimal): -7769157 or 12284809. OLE color: 12284809.

HSL color Cylindrical-coordinate representation of color #8973BB: hue angle of 258.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8973BB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 115 187 -
CMYK 0.27 0.39 0 0.27
HSL 258.33º 0.35% 0.59% -
HSV(B) 258.33º 0.39% 0.73% -
XYZ 25.42 21.17 49.76 -
YUV 129.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 137 115 187 0.27 0.39 0 0.27 258.33 0.35 0.59
Hex 89 73 BB 1B 27 0 1B 102 23 3B
Octal 211 163 273 33 47 0 33 402 43 73
Binary 10001001 1110011 10111011 11011 100111 0 11011 100000010 100011 111011

Color Harmonies of #8973BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973BB

Black with #8973BB

Text Example


Text Example

White with #8973BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973BB; }

 p { color: rgb(137,115,187); }

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

background-color css

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

 a { background-color: rgb(137,115,187); }

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

border-color css

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

 span { border-color: rgb(137,115,187); }

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