#8A73CE

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

Shades of True V #8A73CE

Tints of True V #8A73CE

Color information

#8A73CE (or 0x8A73CE) is unknown color: approx True V. HEX triplet: 8A, 73 and CE. RGB value is (138,115,206). Sum of RGB (Red+Green+Blue) = 138+115+206=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73CE is #758C31. Grayscale: #838383. Windows color (decimal): -7703602 or 13529994. OLE color: 13529994.

HSL color Cylindrical-coordinate representation of color #8A73CE: hue angle of 255.16º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A73CE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138115206-
CMYK0.330.4400.19
HSL255.16º48.15%62.94%-
HSV(B)255.16º44.17%80.78%-
XYZ27.7522.1261.2-
YUV132.25169.62132.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=30.07%
G=25.05%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381152060.330.4400.19255.1648.1562.94
Hex8A73CE212C013ff303f
Octal21216331641540233776077
Binary1000101011100111100111010000110110001001111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A73CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,115,206); }

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

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

 a { background-color: rgb(138,115,206); }

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

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

 span { border-color: rgb(138,115,206); }

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