#8E75C1

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

Shades of True V #8E75C1

Tints of True V #8E75C1

Color information

#8E75C1 (or 0x8E75C1) is unknown color: approx True V. HEX triplet: 8E, 75 and C1. RGB value is (142,117,193). Sum of RGB (Red+Green+Blue) = 142+117+193=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75C1 is #718A3E. Grayscale: #848484. Windows color (decimal): -7440959 or 12678542. OLE color: 12678542.

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

Color convert

RGB142117193-
CMYK0.260.3900.24
HSL259.74º38%60.78%-
HSV(B)259.74º39.38%75.69%-
XYZ27.1422.3253.33-
YUV133.14161.78134.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=31.42%
G=25.88%
B=42.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421171930.260.3900.24259.743860.78
Hex8E75C11A27018104263d
Octal21616530132470304044675
Binary1000111011101011100000111010100111011000100000100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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