#927AC7

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

Shades of True V #927AC7

Tints of True V #927AC7

Color information

#927AC7 (or 0x927AC7) is unknown color: approx True V. HEX triplet: 92, 7A and C7. RGB value is (146,122,199). Sum of RGB (Red+Green+Blue) = 146+122+199=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #927AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AC7 is #6D8538. Grayscale: #898989. Windows color (decimal): -7177529 or 13073042. OLE color: 13073042.

HSL color Cylindrical-coordinate representation of color #927AC7: hue angle of 258.7º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927AC7 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146122199-
CMYK0.270.3900.22
HSL258.7º40.74%62.94%-
HSV(B)258.7º38.69%78.04%-
XYZ29.1224.1557.16-
YUV137.95162.45133.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=31.26%
G=26.12%
B=42.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461221990.270.3900.22258.740.7462.94
Hex927AC71B27016103293f
Octal22217230733470264035177
Binary1001001011110101100011111011100111010110100000011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927AC7; }

 p { color: rgb(146,122,199); }

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

<style>
 a { background-color: #927AC7; }

 a { background-color: rgb(146,122,199); }

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

<style>
 span { border-color: #927AC7; }

 span { border-color: rgb(146,122,199); }

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