#927DD0

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

Shades of True V #927DD0

Tints of True V #927DD0

Color information

#927DD0 (or 0x927DD0) is unknown color: approx True V. HEX triplet: 92, 7D and D0. RGB value is (146,125,208). Sum of RGB (Red+Green+Blue) = 146+125+208=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #927DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD0 is #6D822F. Grayscale: #8C8C8C. Windows color (decimal): -7176752 or 13663634. OLE color: 13663634.

HSL color Cylindrical-coordinate representation of color #927DD0: hue angle of 255.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927DD0 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146125208-
CMYK0.300.4000.18
HSL255.18º46.89%65.29%-
HSV(B)255.18º39.9%81.57%-
XYZ30.5725.3362.95-
YUV140.74165.96131.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=30.48%
G=26.10%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461252080.300.4000.18255.1846.8965.29
Hex927DD01E28012ff2f41
Octal222175320365002237757101
Binary1001001011111011101000011110101000010010111111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,208); }

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

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

 a { background-color: rgb(146,125,208); }

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

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

 span { border-color: rgb(146,125,208); }

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