Html Css Color HEX #8972BF True V

📋 copy color: '#8972BF'

red 137 ◦ green 114 ◦ blue 191

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

Shades of True V #8972BF

Tints of True V #8972BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 31%
G = 25.79%
B = 43.21%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8972BF (or 0x8972BF) is known color: True V. HEX triplet: 89, 72 and BF. RGB value is (137,114,191). Sum of RGB (Red+Green+Blue) = 137+114+191=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8972BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972BF is #768D40. Grayscale: #818181. Windows color (decimal): -7769409 or 12546697. OLE color: 12546697.

HSL color Cylindrical-coordinate representation of color #8972BF: hue angle of 257.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8972BF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 114 191 -
CMYK 0.28 0.40 0 0.25
HSL 257.92º 0.38% 0.6% -
HSV(B) 257.92º 0.4% 0.75% -
XYZ 25.74 21.11 52.01 -
YUV 129.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 137 114 191 0.28 0.40 0 0.25 257.92 0.38 0.6
Hex 89 72 BF 1C 28 0 19 102 26 3C
Octal 211 162 277 34 50 0 31 402 46 74
Binary 10001001 1110010 10111111 11100 101000 0 11001 100000010 100110 111100

Color Harmonies of #8972BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8972BF

Black with #8972BF

Text Example


Text Example

White with #8972BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8972BF; }

 p { color: rgb(137,114,191); }

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

background-color css

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

 a { background-color: rgb(137,114,191); }

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

border-color css

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

 span { border-color: rgb(137,114,191); }

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