#8A77B9

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

Shades of True V #8A77B9

Tints of True V #8A77B9

Color information

#8A77B9 (or 0x8A77B9) is unknown color: approx True V. HEX triplet: 8A, 77 and B9. RGB value is (138,119,185). Sum of RGB (Red+Green+Blue) = 138+119+185=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A77B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77B9 is #758846. Grayscale: #838383. Windows color (decimal): -7702599 or 12154762. OLE color: 12154762.

HSL color Cylindrical-coordinate representation of color #8A77B9: hue angle of 257.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A77B9 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138119185-
CMYK0.250.3600.27
HSL257.27º32.04%59.61%-
HSV(B)257.27º35.68%72.55%-
XYZ25.8422.148.8-
YUV132.2157.79132.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=31.22%
G=26.92%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381191850.250.3600.27257.2732.0459.61
Hex8A77B9192401B101203c
Octal21216727131440334014074
Binary1000101011101111011100111001100100011011100000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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