#927ECC

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

Shades of True V #927ECC

Tints of True V #927ECC

Color information

#927ECC (or 0x927ECC) is unknown color: approx True V. HEX triplet: 92, 7E and CC. RGB value is (146,126,204). Sum of RGB (Red+Green+Blue) = 146+126+204=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #927ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ECC is #6D8133. Grayscale: #8C8C8C. Windows color (decimal): -7176500 or 13401746. OLE color: 13401746.

HSL color Cylindrical-coordinate representation of color #927ECC: hue angle of 255.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927ECC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146126204-
CMYK0.280.3800.2
HSL255.38º43.33%64.71%-
HSV(B)255.38º38.24%80%-
XYZ30.2125.3960.44-
YUV140.87163.63131.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=30.67%
G=26.47%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461262040.280.3800.2255.3843.3364.71
Hex927ECC1C26014ff2b41
Octal222176314344602437753101
Binary1001001011111101100110011100100110010100111111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,204); }

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

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

 a { background-color: rgb(146,126,204); }

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

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

 span { border-color: rgb(146,126,204); }

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