#8C75BE

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

Shades of True V #8C75BE

Tints of True V #8C75BE

Color information

#8C75BE (or 0x8C75BE) is unknown color: approx True V. HEX triplet: 8C, 75 and BE. RGB value is (140,117,190). Sum of RGB (Red+Green+Blue) = 140+117+190=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75BE is #738A41. Grayscale: #838383. Windows color (decimal): -7572034 or 12481932. OLE color: 12481932.

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

Color convert

RGB140117190-
CMYK0.260.3800.25
HSL258.9º35.96%60.2%-
HSV(B)258.9º38.42%74.51%-
XYZ26.4722.0251.57-
YUV132.2160.62133.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=31.32%
G=26.17%
B=42.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401171900.260.3800.25258.935.9660.2
Hex8C75BE1A26019103243c
Octal21416527632460314034474
Binary1000110011101011011111011010100110011001100000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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