#927DC0

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

Shades of True V #927DC0

Tints of True V #927DC0

Color information

#927DC0 (or 0x927DC0) is unknown color: approx True V. HEX triplet: 92, 7D and C0. RGB value is (146,125,192). Sum of RGB (Red+Green+Blue) = 146+125+192=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #927DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DC0 is #6D823F. Grayscale: #8A8A8A. Windows color (decimal): -7176768 or 12615058. OLE color: 12615058.

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

Color convert

RGB146125192-
CMYK0.240.3500.25
HSL258.81º34.72%62.16%-
HSV(B)258.81º34.9%75.29%-
XYZ28.724.5853.1-
YUV138.92157.96133.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=31.53%
G=27.00%
B=41.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461251920.240.3500.25258.8134.7262.16
Hex927DC01823019103233e
Octal22217530030430314034376
Binary1001001011111011100000011000100011011001100000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,192); }

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

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

 a { background-color: rgb(146,125,192); }

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

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

 span { border-color: rgb(146,125,192); }

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