#8D67CE

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

Shades of True V #8D67CE

Tints of True V #8D67CE

Color information

#8D67CE (or 0x8D67CE) is unknown color: approx True V. HEX triplet: 8D, 67 and CE. RGB value is (141,103,206). Sum of RGB (Red+Green+Blue) = 141+103+206=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67CE is #729831. Grayscale: #7D7D7D. Windows color (decimal): -7510066 or 13526925. OLE color: 13526925.

HSL color Cylindrical-coordinate representation of color #8D67CE: hue angle of 262.14º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D67CE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141103206-
CMYK0.320.5000.19
HSL262.14º51.24%60.59%-
HSV(B)262.14º50%80.78%-
XYZ26.9819.8260.8-
YUV126.1173.09138.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=31.33%
G=22.89%
B=45.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411032060.320.5000.19262.1451.2460.59
Hex8D67CE2032013106333d
Octal21514731640620234066375
Binary10001101110011111001110100000110010010011100000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,206); }

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

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

 a { background-color: rgb(141,103,206); }

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

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

 span { border-color: rgb(141,103,206); }

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