Html Css Color HEX #8970BD True V

📋 copy color: '#8970BD'

red 137 ◦ green 112 ◦ blue 189

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

Shades of True V #8970BD

Tints of True V #8970BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 31.28%
G = 25.57%
B = 43.15%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8970BD (or 0x8970BD) is known color: True V. HEX triplet: 89, 70 and BD. RGB value is (137,112,189). Sum of RGB (Red+Green+Blue) = 137+112+189=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8970BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970BD is #768F42. Grayscale: #7F7F7F. Windows color (decimal): -7769923 or 12415113. OLE color: 12415113.

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

Color convert

RGB 137 112 189 -
CMYK 0.28 0.41 0 0.26
HSL 259.48º 0.37% 0.59% -
HSV(B) 259.48º 0.41% 0.74% -
XYZ 25.3 20.58 50.78 -
YUV 128.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 137 112 189 0.28 0.41 0 0.26 259.48 0.37 0.59
Hex 89 70 BD 1C 29 0 1A 103 25 3B
Octal 211 160 275 34 51 0 32 403 45 73
Binary 10001001 1110000 10111101 11100 101001 0 11010 100000011 100101 111011

Color Harmonies of #8970BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970BD

Black with #8970BD

Text Example


Text Example

White with #8970BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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