#927CC1

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

Shades of True V #927CC1

Tints of True V #927CC1

Color information

#927CC1 (or 0x927CC1) is unknown color: approx True V. HEX triplet: 92, 7C and C1. RGB value is (146,124,193). Sum of RGB (Red+Green+Blue) = 146+124+193=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #927CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CC1 is #6D833E. Grayscale: #8A8A8A. Windows color (decimal): -7177023 or 12680338. OLE color: 12680338.

HSL color Cylindrical-coordinate representation of color #927CC1: hue angle of 259.13º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927CC1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146124193-
CMYK0.240.3600.24
HSL259.13º35.75%62.16%-
HSV(B)259.13º35.75%75.69%-
XYZ28.6924.3853.65-
YUV138.44158.79133.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=31.53%
G=26.78%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461241930.240.3600.24259.1335.7562.16
Hex927CC11824018103243e
Octal22217430130440304034476
Binary1001001011111001100000111000100100011000100000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,124,193); }

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

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

 a { background-color: rgb(146,124,193); }

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

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

 span { border-color: rgb(146,124,193); }

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