#9A7CCF

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

Shades of True V #9A7CCF

Tints of True V #9A7CCF

Color information

#9A7CCF (or 0x9A7CCF) is unknown color: approx True V. HEX triplet: 9A, 7C and CF. RGB value is (154,124,207). Sum of RGB (Red+Green+Blue) = 154+124+207=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CCF is #658330. Grayscale: #8E8E8E. Windows color (decimal): -6652721 or 13597850. OLE color: 13597850.

HSL color Cylindrical-coordinate representation of color #9A7CCF: hue angle of 261.69º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A7CCF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154124207-
CMYK0.260.4000.19
HSL261.69º46.37%64.9%-
HSV(B)261.69º40.1%81.18%-
XYZ31.825.7962.33-
YUV142.43164.44136.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=31.75%
G=25.57%
B=42.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541242070.260.4000.19261.6946.3764.9
Hex9A7CCF1A280131062e41
Octal232174317325002340656101
Binary10011010111110011001111110101010000100111000001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7CCF; }

 p { color: rgb(154,124,207); }

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

<style>
 a { background-color: #9A7CCF; }

 a { background-color: rgb(154,124,207); }

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

<style>
 span { border-color: #9A7CCF; }

 span { border-color: rgb(154,124,207); }

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