#8A72CF

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

Shades of True V #8A72CF

Tints of True V #8A72CF

Color information

#8A72CF (or 0x8A72CF) is unknown color: approx True V. HEX triplet: 8A, 72 and CF. RGB value is (138,114,207). Sum of RGB (Red+Green+Blue) = 138+114+207=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72CF is #758D30. Grayscale: #838383. Windows color (decimal): -7703857 or 13595274. OLE color: 13595274.

HSL color Cylindrical-coordinate representation of color #8A72CF: hue angle of 255.48º degrees, saturation: 0.49, 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 #8A72CF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138114207-
CMYK0.330.4500.19
HSL255.48º49.21%62.94%-
HSV(B)255.48º44.93%81.18%-
XYZ27.7621.9461.8-
YUV131.78170.45132.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=30.07%
G=24.84%
B=45.10%

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
Decimal1381142070.330.4500.19255.4849.2162.94
Hex8A72CF212D013ff313f
Octal21216231741550233776177
Binary1000101011100101100111110000110110101001111111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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