#8D75BA

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

Shades of True V #8D75BA

Tints of True V #8D75BA

Color information

#8D75BA (or 0x8D75BA) is unknown color: approx True V. HEX triplet: 8D, 75 and BA. RGB value is (141,117,186). Sum of RGB (Red+Green+Blue) = 141+117+186=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75BA is #728A45. Grayscale: #838383. Windows color (decimal): -7506502 or 12219789. OLE color: 12219789.

HSL color Cylindrical-coordinate representation of color #8D75BA: hue angle of 260.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D75BA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141117186-
CMYK0.240.3700.27
HSL260.87º33.33%59.41%-
HSV(B)260.87º37.1%72.94%-
XYZ26.2121.9349.31-
YUV132.04158.45134.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=31.76%
G=26.35%
B=41.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411171860.240.3700.27260.8733.3359.41
Hex8D75BA182501B105213b
Octal21516527230450334054173
Binary1000110111101011011101011000100101011011100000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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