Html Css Color HEX #8D76BE True V

📋 copy color: '#8D76BE'

red 141 ◦ green 118 ◦ blue 190

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

Shades of True V #8D76BE

Tints of True V #8D76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 31.4%
G = 26.28%
B = 42.32%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D76BE (or 0x8D76BE) is known color: True V. HEX triplet: 8D, 76 and BE. RGB value is (141,118,190). Sum of RGB (Red+Green+Blue) = 141+118+190=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76BE is #728941. Grayscale: #848484. Windows color (decimal): -7506242 or 12482189. OLE color: 12482189.

HSL color Cylindrical-coordinate representation of color #8D76BE: hue angle of 259.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D76BE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 118 190 -
CMYK 0.26 0.38 0 0.25
HSL 259.17º 0.36% 0.6% -
HSV(B) 259.17º 0.38% 0.75% -
XYZ 26.76 22.34 51.62 -
YUV 133.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 141 118 190 0.26 0.38 0 0.25 259.17 0.36 0.6
Hex 8D 76 BE 1A 26 0 19 103 24 3C
Octal 215 166 276 32 46 0 31 403 44 74
Binary 10001101 1110110 10111110 11010 100110 0 11001 100000011 100100 111100

Color Harmonies of #8D76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D76BE

Black with #8D76BE

Text Example


Text Example

White with #8D76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,190); }

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

background-color css

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

 a { background-color: rgb(141,118,190); }

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

border-color css

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

 span { border-color: rgb(141,118,190); }

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