Html Css Color HEX #8971BF True V

📋 copy color: '#8971BF'

red 137 ◦ green 113 ◦ blue 191

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

Shades of True V #8971BF

Tints of True V #8971BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

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

R = 31.07%
G = 25.62%
B = 43.31%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8971BF (or 0x8971BF) is known color: True V. HEX triplet: 89, 71 and BF. RGB value is (137,113,191). Sum of RGB (Red+Green+Blue) = 137+113+191=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8971BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971BF is #768E40. Grayscale: #808080. Windows color (decimal): -7769665 or 12546441. OLE color: 12546441.

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

Color convert

RGB 137 113 191 -
CMYK 0.28 0.41 0 0.25
HSL 258.46º 0.38% 0.6% -
HSV(B) 258.46º 0.41% 0.75% -
XYZ 25.63 20.89 51.97 -
YUV 129.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 137 113 191 0.28 0.41 0 0.25 258.46 0.38 0.6
Hex 89 71 BF 1C 29 0 19 102 26 3C
Octal 211 161 277 34 51 0 31 402 46 74
Binary 10001001 1110001 10111111 11100 101001 0 11001 100000010 100110 111100

Color Harmonies of #8971BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8971BF

Black with #8971BF

Text Example


Text Example

White with #8971BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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