#927DC9

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

Shades of True V #927DC9

Tints of True V #927DC9

Color information

#927DC9 (or 0x927DC9) is unknown color: approx True V. HEX triplet: 92, 7D and C9. RGB value is (146,125,201). Sum of RGB (Red+Green+Blue) = 146+125+201=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #927DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DC9 is #6D8236. Grayscale: #8B8B8B. Windows color (decimal): -7176759 or 13204882. OLE color: 13204882.

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

Color convert

RGB146125201-
CMYK0.270.3800.21
HSL256.58º41.3%63.92%-
HSV(B)256.58º37.81%78.82%-
XYZ29.732558.52-
YUV139.94162.46132.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=30.93%
G=26.48%
B=42.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461252010.270.3800.21256.5841.363.92
Hex927DC91B260151012940
Octal222175311334602540151100
Binary10010010111110111001001110111001100101011000000011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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