Html Css Color HEX #8E76BA True V

📋 copy color: '#8E76BA'

red 142 ◦ green 118 ◦ blue 186

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

Shades of True V #8E76BA

Tints of True V #8E76BA

RGB

 RED value IS 142 (55.86% from 255) = 31.84%

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 31.84%
G = 26.46%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E76BA (or 0x8E76BA) is known color: True V. HEX triplet: 8E, 76 and BA. RGB value is (142,118,186). Sum of RGB (Red+Green+Blue) = 142+118+186=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76BA is #718945. Grayscale: #848484. Windows color (decimal): -7440710 or 12220046. OLE color: 12220046.

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

Color convert

RGB 142 118 186 -
CMYK 0.24 0.37 0 0.27
HSL 261.18º 0.33% 0.6% -
HSV(B) 261.18º 0.37% 0.73% -
XYZ 26.5 22.25 49.35 -
YUV 132.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 142 118 186 0.24 0.37 0 0.27 261.18 0.33 0.6
Hex 8E 76 BA 18 25 0 1B 105 21 3C
Octal 216 166 272 30 45 0 33 405 41 74
Binary 10001110 1110110 10111010 11000 100101 0 11011 100000101 100001 111100

Color Harmonies of #8E76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E76BA

Black with #8E76BA

Text Example


Text Example

White with #8E76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,186); }

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

background-color css

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

 a { background-color: rgb(142,118,186); }

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

border-color css

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

 span { border-color: rgb(142,118,186); }

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