Html Css Color HEX #8E73BC True V

📋 copy color: '#8E73BC'

red 142 ◦ green 115 ◦ blue 188

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

Shades of True V #8E73BC

Tints of True V #8E73BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 31.91%
G = 25.84%
B = 42.25%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E73BC (or 0x8E73BC) is known color: True V. HEX triplet: 8E, 73 and BC. RGB value is (142,115,188). Sum of RGB (Red+Green+Blue) = 142+115+188=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73BC is #718C43. Grayscale: #838383. Windows color (decimal): -7441476 or 12350350. OLE color: 12350350.

HSL color Cylindrical-coordinate representation of color #8E73BC: hue angle of 262.19º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E73BC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 115 188 -
CMYK 0.24 0.39 0 0.26
HSL 262.19º 0.35% 0.59% -
HSV(B) 262.19º 0.39% 0.74% -
XYZ 26.36 21.64 50.37 -
YUV 131.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 142 115 188 0.24 0.39 0 0.26 262.19 0.35 0.59
Hex 8E 73 BC 18 27 0 1A 106 23 3B
Octal 216 163 274 30 47 0 32 406 43 73
Binary 10001110 1110011 10111100 11000 100111 0 11010 100000110 100011 111011

Color Harmonies of #8E73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E73BC

Black with #8E73BC

Text Example


Text Example

White with #8E73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,188); }

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

background-color css

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

 a { background-color: rgb(142,115,188); }

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

border-color css

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

 span { border-color: rgb(142,115,188); }

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