#927CC8

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

Shades of True V #927CC8

Tints of True V #927CC8

Color information

#927CC8 (or 0x927CC8) is unknown color: approx True V. HEX triplet: 92, 7C and C8. RGB value is (146,124,200). Sum of RGB (Red+Green+Blue) = 146+124+200=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #927CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CC8 is #6D8337. Grayscale: #8A8A8A. Windows color (decimal): -7177016 or 13139090. OLE color: 13139090.

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

Color convert

RGB146124200-
CMYK0.270.3800.22
HSL257.37º40.86%63.53%-
HSV(B)257.37º38%78.43%-
XYZ29.4924.757.86-
YUV139.24162.29132.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=31.06%
G=26.38%
B=42.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461242000.270.3800.22257.3740.8663.53
Hex927CC81B260161012940
Octal222174310334602640151100
Binary10010010111110011001000110111001100101101000000011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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