#927FC9

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

Shades of True V #927FC9

Tints of True V #927FC9

Color information

#927FC9 (or 0x927FC9) is unknown color: approx True V. HEX triplet: 92, 7F and C9. RGB value is (146,127,201). Sum of RGB (Red+Green+Blue) = 146+127+201=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #927FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FC9 is #6D8036. Grayscale: #8C8C8C. Windows color (decimal): -7176247 or 13205394. OLE color: 13205394.

HSL color Cylindrical-coordinate representation of color #927FC9: hue angle of 255.41º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #927FC9 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146127201-
CMYK0.270.3700.21
HSL255.41º40.66%64.31%-
HSV(B)255.41º36.82%78.82%-
XYZ29.9925.5158.6-
YUV141.12161.79131.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=30.80%
G=26.79%
B=42.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461272010.270.3700.21255.4140.6664.31
Hex927FC91B25015ff2940
Octal222177311334502537751100
Binary1001001011111111100100111011100101010101111111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,201); }

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

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

 a { background-color: rgb(146,127,201); }

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

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

 span { border-color: rgb(146,127,201); }

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