#8A66CE

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

Shades of True V #8A66CE

Tints of True V #8A66CE

Color information

#8A66CE (or 0x8A66CE) is unknown color: approx True V. HEX triplet: 8A, 66 and CE. RGB value is (138,102,206). Sum of RGB (Red+Green+Blue) = 138+102+206=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66CE is #759931. Grayscale: #7C7C7C. Windows color (decimal): -7706930 or 13526666. OLE color: 13526666.

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

Color convert

RGB138102206-
CMYK0.330.5000.19
HSL260.77º51.49%60.39%-
HSV(B)260.77º50.49%80.78%-
XYZ26.3719.3660.74-
YUV124.62173.93137.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=30.94%
G=22.87%
B=46.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381022060.330.5000.19260.7751.4960.39
Hex8A66CE2132013105333c
Octal21214631641620234056374
Binary10001010110011011001110100001110010010011100000101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,206); }

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

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

 a { background-color: rgb(138,102,206); }

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

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

 span { border-color: rgb(138,102,206); }

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