Html Css Color HEX #8D7DB9 True V

📋 copy color: '#8D7DB9'

red 141 ◦ green 125 ◦ blue 185

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

Shades of True V #8D7DB9

Tints of True V #8D7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

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

R = 31.26%
G = 27.72%
B = 41.02%

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

#8D7DB9 (or 0x8D7DB9) is known color: True V. HEX triplet: 8D, 7D and B9. RGB value is (141,125,185). Sum of RGB (Red+Green+Blue) = 141+125+185=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DB9 is #728246. Grayscale: #888888. Windows color (decimal): -7504455 or 12156301. OLE color: 12156301.

HSL color Cylindrical-coordinate representation of color #8D7DB9: hue angle of 256º 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 #8D7DB9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 125 185 -
CMYK 0.24 0.32 0 0.27
HSL 256º 0.3% 0.61% -
HSV(B) 256º 0.32% 0.73% -
XYZ 27.08 23.83 49.07 -
YUV 136.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 141 125 185 0.24 0.32 0 0.27 256 0.3 0.61
Hex 8D 7D B9 18 20 0 1B 100 1E 3D
Octal 215 175 271 30 40 0 33 400 36 75
Binary 10001101 1111101 10111001 11000 100000 0 11011 100000000 11110 111101

Color Harmonies of #8D7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7DB9

Black with #8D7DB9

Text Example


Text Example

White with #8D7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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