#8A72CE

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

Shades of True V #8A72CE

Tints of True V #8A72CE

Color information

#8A72CE (or 0x8A72CE) is unknown color: approx True V. HEX triplet: 8A, 72 and CE. RGB value is (138,114,206). Sum of RGB (Red+Green+Blue) = 138+114+206=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72CE is #758D31. Grayscale: #838383. Windows color (decimal): -7703858 or 13529738. OLE color: 13529738.

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

Color convert

RGB138114206-
CMYK0.330.4500.19
HSL255.65º48.42%62.75%-
HSV(B)255.65º44.66%80.78%-
XYZ27.6421.8961.16-
YUV131.66169.95132.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=30.13%
G=24.89%
B=44.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381142060.330.4500.19255.6548.4262.75
Hex8A72CE212D013100303f
Octal21216231641550234006077
Binary10001010111001011001110100001101101010011100000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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