Html Css Color HEX #8D7EB9 True V

📋 copy color: '#8D7EB9'

red 141 ◦ green 126 ◦ blue 185

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

Shades of True V #8D7EB9

Tints of True V #8D7EB9

RGB

 RED value IS 141 (55.47% from 255) = 31.19%

 GREEN value IS 126 (49.61% from 255) = 27.88%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 31.19%
G = 27.88%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D7EB9 (or 0x8D7EB9) is known color: True V. HEX triplet: 8D, 7E and B9. RGB value is (141,126,185). Sum of RGB (Red+Green+Blue) = 141+126+185=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D7EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EB9 is #728146. Grayscale: #888888. Windows color (decimal): -7504199 or 12156557. OLE color: 12156557.

HSL color Cylindrical-coordinate representation of color #8D7EB9: hue angle of 255.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7EB9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 126 185 -
CMYK 0.24 0.32 0 0.27
HSL 255.25º 0.3% 0.61% -
HSV(B) 255.25º 0.32% 0.73% -
XYZ 27.2 24.09 49.11 -
YUV 137.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 141 126 185 0.24 0.32 0 0.27 255.25 0.3 0.61
Hex 8D 7E B9 18 20 0 1B FF 1E 3D
Octal 215 176 271 30 40 0 33 377 36 75
Binary 10001101 1111110 10111001 11000 100000 0 11011 11111111 11110 111101

Color Harmonies of #8D7EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7EB9

Black with #8D7EB9

Text Example


Text Example

White with #8D7EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7EB9; }

 p { color: rgb(141,126,185); }

 H1.HeaderClassName
 {
   color: #8D7EB9;
 }
 .AnyTagClassName
 {
   color: #8D7EB9;
 }
</style>

background-color css

<style>
 a { background-color: #8D7EB9; }

 a { background-color: rgb(141,126,185); }

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

border-color css

<style>
 span { border-color: #8D7EB9; }

 span { border-color: rgb(141,126,185); }

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