#8A6FBA

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

Shades of True V #8A6FBA

Tints of True V #8A6FBA

Color information

#8A6FBA (or 0x8A6FBA) is unknown color: approx True V. HEX triplet: 8A, 6F and BA. RGB value is (138,111,186). Sum of RGB (Red+Green+Blue) = 138+111+186=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FBA is #759045. Grayscale: #7F7F7F. Windows color (decimal): -7704646 or 12218250. OLE color: 12218250.

HSL color Cylindrical-coordinate representation of color #8A6FBA: hue angle of 261.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A6FBA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138111186-
CMYK0.260.4000.27
HSL261.6º35.21%58.24%-
HSV(B)261.6º40.32%72.94%-
XYZ25.0320.3249.06-
YUV127.62160.95135.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=31.72%
G=25.52%
B=42.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381111860.260.4000.27261.635.2158.24
Hex8A6FBA1A2801B106233a
Octal21215727232500334064372
Binary1000101011011111011101011010101000011011100000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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