#927ECD

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

Shades of True V #927ECD

Tints of True V #927ECD

Color information

#927ECD (or 0x927ECD) is unknown color: approx True V. HEX triplet: 92, 7E and CD. RGB value is (146,126,205). Sum of RGB (Red+Green+Blue) = 146+126+205=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #927ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ECD is #6D8132. Grayscale: #8C8C8C. Windows color (decimal): -7176499 or 13467282. OLE color: 13467282.

HSL color Cylindrical-coordinate representation of color #927ECD: hue angle of 255.19º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927ECD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146126205-
CMYK0.290.3900.20
HSL255.19º44.13%64.9%-
HSV(B)255.19º38.54%80.39%-
XYZ30.3325.4461.07-
YUV140.99164.13131.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=30.61%
G=26.42%
B=42.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461262050.290.3900.20255.1944.1364.9
Hex927ECD1D27014ff2c41
Octal222176315354702437754101
Binary1001001011111101100110111101100111010100111111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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