#8A6BBE

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

Shades of True V #8A6BBE

Tints of True V #8A6BBE

Color information

#8A6BBE (or 0x8A6BBE) is unknown color: approx True V. HEX triplet: 8A, 6B and BE. RGB value is (138,107,190). Sum of RGB (Red+Green+Blue) = 138+107+190=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BBE is #759441. Grayscale: #7D7D7D. Windows color (decimal): -7705666 or 12479370. OLE color: 12479370.

HSL color Cylindrical-coordinate representation of color #8A6BBE: hue angle of 262.41º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A6BBE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138107190-
CMYK0.270.4400.25
HSL262.41º38.97%58.24%-
HSV(B)262.41º43.68%74.51%-
XYZ25.0319.6451.19-
YUV125.73164.27136.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=31.72%
G=24.60%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381071900.270.4400.25262.4138.9758.24
Hex8A6BBE1B2C019106273a
Octal21215327633540314064772
Binary1000101011010111011111011011101100011001100000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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