#8D6CCD

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

Shades of True V #8D6CCD

Tints of True V #8D6CCD

Color information

#8D6CCD (or 0x8D6CCD) is unknown color: approx True V. HEX triplet: 8D, 6C and CD. RGB value is (141,108,205). Sum of RGB (Red+Green+Blue) = 141+108+205=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CCD is #729332. Grayscale: #808080. Windows color (decimal): -7508787 or 13462669. OLE color: 13462669.

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

Color convert

RGB141108205-
CMYK0.310.4700.20
HSL260.41º49.24%61.37%-
HSV(B)260.41º47.32%80.39%-
XYZ27.3720.860.33-
YUV128.92170.93136.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=31.06%
G=23.79%
B=45.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411082050.310.4700.20260.4149.2461.37
Hex8D6CCD1F2F014104313d
Octal21515431537570244046175
Binary1000110111011001100110111111101111010100100000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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