#8A77BF

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

Shades of True V #8A77BF

Tints of True V #8A77BF

Color information

#8A77BF (or 0x8A77BF) is unknown color: approx True V. HEX triplet: 8A, 77 and BF. RGB value is (138,119,191). Sum of RGB (Red+Green+Blue) = 138+119+191=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BF is #758840. Grayscale: #848484. Windows color (decimal): -7702593 or 12547978. OLE color: 12547978.

HSL color Cylindrical-coordinate representation of color #8A77BF: hue angle of 255.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A77BF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138119191-
CMYK0.280.3800.25
HSL255.83º36%60.78%-
HSV(B)255.83º37.7%74.9%-
XYZ26.4822.3652.21-
YUV132.89160.79131.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 191 (75% from 255) = 42.63%
R=30.80%
G=26.56%
B=42.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381191910.280.3800.25255.833660.78
Hex8A77BF1C26019100243d
Octal21216727734460314004475
Binary1000101011101111011111111100100110011001100000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,191); }

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

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

 a { background-color: rgb(138,119,191); }

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

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

 span { border-color: rgb(138,119,191); }

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