#8D67CD

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

Shades of True V #8D67CD

Tints of True V #8D67CD

Color information

#8D67CD (or 0x8D67CD) is unknown color: approx True V. HEX triplet: 8D, 67 and CD. RGB value is (141,103,205). Sum of RGB (Red+Green+Blue) = 141+103+205=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67CD is #729832. Grayscale: #7D7D7D. Windows color (decimal): -7510067 or 13461389. OLE color: 13461389.

HSL color Cylindrical-coordinate representation of color #8D67CD: hue angle of 262.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D67CD is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141103205-
CMYK0.310.5000.20
HSL262.35º50.5%60.39%-
HSV(B)262.35º49.76%80.39%-
XYZ26.8519.7760.16-
YUV125.99172.59138.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=31.40%
G=22.94%
B=45.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411032050.310.5000.20262.3550.560.39
Hex8D67CD1F32014106323c
Octal21514731537620244066274
Binary1000110111001111100110111111110010010100100000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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