#9A7ECD

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

Shades of True V #9A7ECD

Tints of True V #9A7ECD

Color information

#9A7ECD (or 0x9A7ECD) is unknown color: approx True V. HEX triplet: 9A, 7E and CD. RGB value is (154,126,205). Sum of RGB (Red+Green+Blue) = 154+126+205=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ECD is #658132. Grayscale: #8F8F8F. Windows color (decimal): -6652211 or 13467290. OLE color: 13467290.

HSL color Cylindrical-coordinate representation of color #9A7ECD: hue angle of 261.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A7ECD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154126205-
CMYK0.250.3900.20
HSL261.27º44.13%64.9%-
HSV(B)261.27º38.54%80.39%-
XYZ31.8126.261.14-
YUV143.38162.78135.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=31.75%
G=25.98%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541262050.250.3900.20261.2744.1364.9
Hex9A7ECD19270141052c41
Octal232176315314702440554101
Binary10011010111111011001101110011001110101001000001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,126,205); }

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

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

 a { background-color: rgb(154,126,205); }

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

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

 span { border-color: rgb(154,126,205); }

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