#8D6CCA

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

Shades of True V #8D6CCA

Tints of True V #8D6CCA

Color information

#8D6CCA (or 0x8D6CCA) is unknown color: approx True V. HEX triplet: 8D, 6C and CA. RGB value is (141,108,202). Sum of RGB (Red+Green+Blue) = 141+108+202=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CCA is #729335. Grayscale: #808080. Windows color (decimal): -7508790 or 13266061. OLE color: 13266061.

HSL color Cylindrical-coordinate representation of color #8D6CCA: hue angle of 261.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6CCA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141108202-
CMYK0.300.4700.21
HSL261.06º47%60.78%-
HSV(B)261.06º46.53%79.22%-
XYZ27.0120.6558.44-
YUV128.58169.43136.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=31.26%
G=23.95%
B=44.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411082020.300.4700.21261.064760.78
Hex8D6CCA1E2F0151052f3d
Octal21515431236570254055775
Binary1000110111011001100101011110101111010101100000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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