#925DBB

Color #925DBB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #925DBB

Tints of Deep Lilac #925DBB

Color information

#925DBB (or 0x925DBB) is unknown color: approx Deep Lilac. HEX triplet: 92, 5D and BB. RGB value is (146,93,187). Sum of RGB (Red+Green+Blue) = 146+93+187=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #925DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DBB is #6DA244. Grayscale: #777777. Windows color (decimal): -7184965 or 12279186. OLE color: 12279186.

HSL color Cylindrical-coordinate representation of color #925DBB: hue angle of 273.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925DBB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14693187-
CMYK0.220.5000.27
HSL273.83º40.87%54.9%-
HSV(B)273.83º50.27%73.33%-
XYZ24.7417.5349.09-
YUV119.56166.06146.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=34.27%
G=21.83%
B=43.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146931870.220.5000.27273.8340.8754.9
Hex925DBB163201B1122937
Octal22213527326620334225167
Binary1001001010111011011101110110110010011011100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925DBB; }

 p { color: rgb(146,93,187); }

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

<style>
 a { background-color: #925DBB; }

 a { background-color: rgb(146,93,187); }

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

<style>
 span { border-color: #925DBB; }

 span { border-color: rgb(146,93,187); }

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