#8A6FC1

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

Shades of True V #8A6FC1

Tints of True V #8A6FC1

Color information

#8A6FC1 (or 0x8A6FC1) is unknown color: approx True V. HEX triplet: 8A, 6F and C1. RGB value is (138,111,193). Sum of RGB (Red+Green+Blue) = 138+111+193=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A6FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FC1 is #75903E. Grayscale: #808080. Windows color (decimal): -7704639 or 12677002. OLE color: 12677002.

HSL color Cylindrical-coordinate representation of color #8A6FC1: hue angle of 259.76º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A6FC1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138111193-
CMYK0.280.4200.24
HSL259.76º39.81%59.61%-
HSV(B)259.76º42.49%75.69%-
XYZ25.7920.6253.07-
YUV128.42164.45134.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=31.22%
G=25.11%
B=43.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381111930.280.4200.24259.7639.8159.61
Hex8A6FC11C2A018104283c
Octal21215730134520304045074
Binary1000101011011111100000111100101010011000100000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,193); }

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

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

 a { background-color: rgb(138,111,193); }

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

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

 span { border-color: rgb(138,111,193); }

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