#8A6CC7

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

Shades of True V #8A6CC7

Tints of True V #8A6CC7

Color information

#8A6CC7 (or 0x8A6CC7) is unknown color: approx True V. HEX triplet: 8A, 6C and C7. RGB value is (138,108,199). Sum of RGB (Red+Green+Blue) = 138+108+199=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #8A6CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CC7 is #759338. Grayscale: #7F7F7F. Windows color (decimal): -7705401 or 13069450. OLE color: 13069450.

HSL color Cylindrical-coordinate representation of color #8A6CC7: hue angle of 259.78º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6CC7 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138108199-
CMYK0.310.4600.22
HSL259.78º44.83%60.2%-
HSV(B)259.78º45.73%78.04%-
XYZ26.1520.2556.56-
YUV127.34168.44135.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=31.01%
G=24.27%
B=44.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381081990.310.4600.22259.7844.8360.2
Hex8A6CC71F2E0161042d3c
Octal21215430737560264045574
Binary1000101011011001100011111111101110010110100000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,199); }

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

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

 a { background-color: rgb(138,108,199); }

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

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

 span { border-color: rgb(138,108,199); }

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