#927AC4

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

Shades of True V #927AC4

Tints of True V #927AC4

Color information

#927AC4 (or 0x927AC4) is unknown color: approx True V. HEX triplet: 92, 7A and C4. RGB value is (146,122,196). Sum of RGB (Red+Green+Blue) = 146+122+196=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #927AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AC4 is #6D853B. Grayscale: #898989. Windows color (decimal): -7177532 or 12876434. OLE color: 12876434.

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

Color convert

RGB146122196-
CMYK0.260.3800.23
HSL259.46º38.54%62.35%-
HSV(B)259.46º37.76%76.86%-
XYZ28.7824.0255.34-
YUV137.61160.95133.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=31.47%
G=26.29%
B=42.24%

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
Decimal1461221960.260.3800.23259.4638.5462.35
Hex927AC41A26017103273e
Octal22217230432460274034776
Binary1001001011110101100010011010100110010111100000011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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