#927ac5

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

Shades of True V #927AC5

Tints of True V #927AC5

Color information

#927AC5 (or 0x927AC5) is unknown color: approx True V. HEX triplet: 92, 7A and C5. RGB value is (146,122,197). Sum of RGB (Red+Green+Blue) = 146+122+197=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #927AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AC5 is #6D853A. Grayscale: #898989. Windows color (decimal): -7177531 or 12941970. OLE color: 12941970.

HSL color Cylindrical-coordinate representation of color #927AC5: hue angle of 259.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927AC5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146122197-
CMYK0.260.3800.23
HSL259.2º39.27%62.55%-
HSV(B)259.2º38.07%77.25%-
XYZ28.8924.0655.94-
YUV137.73161.45133.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 197 (77.34% from 255) = 42.37%
R=31.40%
G=26.24%
B=42.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461221970.260.3800.23259.239.2762.55
Hex927AC51A26017103273f
Octal22217230532460274034777
Binary1001001011110101100010111010100110010111100000011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927ac5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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