Html Css Color HEX #8D71BD True V

📋 copy color: '#8D71BD'

red 141 ◦ green 113 ◦ blue 189

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

Shades of True V #8D71BD

Tints of True V #8D71BD

RGB

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

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

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

R = 31.83%
G = 25.51%
B = 42.66%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D71BD (or 0x8D71BD) is known color: True V. HEX triplet: 8D, 71 and BD. RGB value is (141,113,189). Sum of RGB (Red+Green+Blue) = 141+113+189=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D71BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71BD is #728E42. Grayscale: #818181. Windows color (decimal): -7507523 or 12415373. OLE color: 12415373.

HSL color Cylindrical-coordinate representation of color #8D71BD: hue angle of 262.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D71BD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 113 189 -
CMYK 0.25 0.40 0 0.26
HSL 262.11º 0.37% 0.59% -
HSV(B) 262.11º 0.4% 0.74% -
XYZ 26.07 21.15 50.85 -
YUV 130.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 141 113 189 0.25 0.40 0 0.26 262.11 0.37 0.59
Hex 8D 71 BD 19 28 0 1A 106 25 3B
Octal 215 161 275 31 50 0 32 406 45 73
Binary 10001101 1110001 10111101 11001 101000 0 11010 100000110 100101 111011

Color Harmonies of #8D71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D71BD

Black with #8D71BD

Text Example


Text Example

White with #8D71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,189); }

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

background-color css

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

 a { background-color: rgb(141,113,189); }

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

border-color css

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

 span { border-color: rgb(141,113,189); }

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