#8D75BE

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

Shades of True V #8D75BE

Tints of True V #8D75BE

Color information

#8D75BE (or 0x8D75BE) is unknown color: approx True V. HEX triplet: 8D, 75 and BE. RGB value is (141,117,190). Sum of RGB (Red+Green+Blue) = 141+117+190=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75BE is #728A41. Grayscale: #848484. Windows color (decimal): -7506498 or 12481933. OLE color: 12481933.

HSL color Cylindrical-coordinate representation of color #8D75BE: hue angle of 259.73º 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 #8D75BE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141117190-
CMYK0.260.3800.25
HSL259.73º35.96%60.2%-
HSV(B)259.73º38.42%74.51%-
XYZ26.6422.151.58-
YUV132.5160.45134.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=31.47%
G=26.12%
B=42.41%

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
Decimal1411171900.260.3800.25259.7335.9660.2
Hex8D75BE1A26019104243c
Octal21516527632460314044474
Binary1000110111101011011111011010100110011001100000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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