#927DCB

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

Shades of True V #927DCB

Tints of True V #927DCB

Color information

#927DCB (or 0x927DCB) is unknown color: approx True V. HEX triplet: 92, 7D and CB. RGB value is (146,125,203). Sum of RGB (Red+Green+Blue) = 146+125+203=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #927DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DCB is #6D8234. Grayscale: #8B8B8B. Windows color (decimal): -7176757 or 13335954. OLE color: 13335954.

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

Color convert

RGB146125203-
CMYK0.280.3800.20
HSL256.15º42.86%64.31%-
HSV(B)256.15º38.42%79.61%-
XYZ29.9725.0959.76-
YUV140.17163.46132.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=30.80%
G=26.37%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461252030.280.3800.20256.1542.8664.31
Hex927DCB1C260141002b40
Octal222175313344602440053100
Binary10010010111110111001011111001001100101001000000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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