#8C75CE

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

Shades of True V #8C75CE

Tints of True V #8C75CE

Color information

#8C75CE (or 0x8C75CE) is unknown color: approx True V. HEX triplet: 8C, 75 and CE. RGB value is (140,117,206). Sum of RGB (Red+Green+Blue) = 140+117+206=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75CE is #738A31. Grayscale: #858585. Windows color (decimal): -7572018 or 13530508. OLE color: 13530508.

HSL color Cylindrical-coordinate representation of color #8C75CE: hue angle of 255.51º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C75CE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140117206-
CMYK0.320.4300.19
HSL255.51º47.59%63.33%-
HSV(B)255.51º43.2%80.78%-
XYZ28.3222.7561.29-
YUV134.02168.62132.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=30.24%
G=25.27%
B=44.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401172060.320.4300.19255.5147.5963.33
Hex8C75CE202B013100303f
Octal21416531640530234006077
Binary10001100111010111001110100000101011010011100000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C75CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,206); }

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

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

 a { background-color: rgb(140,117,206); }

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

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

 span { border-color: rgb(140,117,206); }

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