#927CC2

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

Shades of True V #927CC2

Tints of True V #927CC2

Color information

#927CC2 (or 0x927CC2) is unknown color: approx True V. HEX triplet: 92, 7C and C2. RGB value is (146,124,194). Sum of RGB (Red+Green+Blue) = 146+124+194=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #927CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CC2 is #6D833D. Grayscale: #8A8A8A. Windows color (decimal): -7177022 or 12745874. OLE color: 12745874.

HSL color Cylindrical-coordinate representation of color #927CC2: hue angle of 258.86º 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 #927CC2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146124194-
CMYK0.250.3600.24
HSL258.86º36.46%62.35%-
HSV(B)258.86º36.08%76.08%-
XYZ28.824.4254.23-
YUV138.56159.29133.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 194 (76.17% from 255) = 41.81%
R=31.47%
G=26.72%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461241940.250.3600.24258.8636.4662.35
Hex927CC21924018103243e
Octal22217430231440304034476
Binary1001001011111001100001011001100100011000100000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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