#8A74B7

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

Shades of True V #8A74B7

Tints of True V #8A74B7

Color information

#8A74B7 (or 0x8A74B7) is unknown color: approx True V. HEX triplet: 8A, 74 and B7. RGB value is (138,116,183). Sum of RGB (Red+Green+Blue) = 138+116+183=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A74B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74B7 is #758B48. Grayscale: #818181. Windows color (decimal): -7703369 or 12022922. OLE color: 12022922.

HSL color Cylindrical-coordinate representation of color #8A74B7: hue angle of 259.7º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A74B7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB138116183-
CMYK0.250.3700.28
HSL259.7º31.75%58.63%-
HSV(B)259.7º36.61%71.76%-
XYZ25.2721.3147.58-
YUV130.22157.79133.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=31.58%
G=26.54%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381161830.250.3700.28259.731.7558.63
Hex8A74B7192501C104203b
Octal21216426731450344044073
Binary1000101011101001011011111001100101011100100000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A74B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,116,183); }

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

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

 a { background-color: rgb(138,116,183); }

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

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

 span { border-color: rgb(138,116,183); }

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