Html Css Color HEX #8970BF True V

📋 copy color: '#8970BF'

red 137 ◦ green 112 ◦ blue 191

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

Shades of True V #8970BF

Tints of True V #8970BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 31.14%
G = 25.45%
B = 43.41%

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

#8970BF (or 0x8970BF) is known color: True V. HEX triplet: 89, 70 and BF. RGB value is (137,112,191). Sum of RGB (Red+Green+Blue) = 137+112+191=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8970BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970BF is #768F40. Grayscale: #808080. Windows color (decimal): -7769921 or 12546185. OLE color: 12546185.

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

Color convert

RGB 137 112 191 -
CMYK 0.28 0.41 0 0.25
HSL 258.99º 0.38% 0.59% -
HSV(B) 258.99º 0.41% 0.75% -
XYZ 25.51 20.67 51.93 -
YUV 128.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 137 112 191 0.28 0.41 0 0.25 258.99 0.38 0.59
Hex 89 70 BF 1C 29 0 19 103 26 3B
Octal 211 160 277 34 51 0 31 403 46 73
Binary 10001001 1110000 10111111 11100 101001 0 11001 100000011 100110 111011

Color Harmonies of #8970BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970BF

Black with #8970BF

Text Example


Text Example

White with #8970BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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