#8A6BC9

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

Shades of True V #8A6BC9

Tints of True V #8A6BC9

Color information

#8A6BC9 (or 0x8A6BC9) is unknown color: approx True V. HEX triplet: 8A, 6B and C9. RGB value is (138,107,201). Sum of RGB (Red+Green+Blue) = 138+107+201=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A6BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BC9 is #759436. Grayscale: #7E7E7E. Windows color (decimal): -7705655 or 13200266. OLE color: 13200266.

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

Color convert

RGB138107201-
CMYK0.310.4700.21
HSL259.79º46.53%60.39%-
HSV(B)259.79º46.77%78.82%-
XYZ26.2820.1457.76-
YUV126.98169.77135.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=30.94%
G=23.99%
B=45.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381072010.310.4700.21259.7946.5360.39
Hex8A6BC91F2F0151042f3c
Octal21215331137570254045774
Binary1000101011010111100100111111101111010101100000100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,201); }

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

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

 a { background-color: rgb(138,107,201); }

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

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

 span { border-color: rgb(138,107,201); }

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