#927CCF

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

Shades of True V #927CCF

Tints of True V #927CCF

Color information

#927CCF (or 0x927CCF) is unknown color: approx True V. HEX triplet: 92, 7C and CF. RGB value is (146,124,207). Sum of RGB (Red+Green+Blue) = 146+124+207=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #927CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CCF is #6D8330. Grayscale: #8B8B8B. Windows color (decimal): -7177009 or 13597842. OLE color: 13597842.

HSL color Cylindrical-coordinate representation of color #927CCF: hue angle of 255.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927CCF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146124207-
CMYK0.290.4000.19
HSL255.9º46.37%64.9%-
HSV(B)255.9º40.1%81.18%-
XYZ30.3225.0362.26-
YUV140.04165.79132.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=30.61%
G=26.00%
B=43.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461242070.290.4000.19255.946.3764.9
Hex927CCF1D280131002e41
Octal222174317355002340056101
Binary10010010111110011001111111011010000100111000000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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