#8E75BC

Color #8E75BC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8E75BC

Tints of True V #8E75BC

Color information

#8E75BC (or 0x8E75BC) is unknown color: approx True V. HEX triplet: 8E, 75 and BC. RGB value is (142,117,188). Sum of RGB (Red+Green+Blue) = 142+117+188=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75BC is #718A43. Grayscale: #848484. Windows color (decimal): -7440964 or 12350862. OLE color: 12350862.

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

Color convert

RGB142117188-
CMYK0.240.3800.26
HSL261.13º34.63%59.8%-
HSV(B)261.13º37.77%73.73%-
XYZ26.5922.150.44-
YUV132.57159.28134.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=31.77%
G=26.17%
B=42.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421171880.240.3800.26261.1334.6359.8
Hex8E75BC182601A105233c
Octal21616527430460324054374
Binary1000111011101011011110011000100110011010100000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E75BC;
 }
 .AnyTagClassName
 {
   color: #8E75BC;
 }
</style>
background-color css

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

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

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

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

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

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