#925BB4

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

Shades of Deep Lilac #925BB4

Tints of Deep Lilac #925BB4

Color information

#925BB4 (or 0x925BB4) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and B4. RGB value is (146,91,180). Sum of RGB (Red+Green+Blue) = 146+91+180=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #925BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BB4 is #6DA44B. Grayscale: #757575. Windows color (decimal): -7185484 or 11819922. OLE color: 11819922.

HSL color Cylindrical-coordinate representation of color #925BB4: hue angle of 277.08º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #925BB4 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14691180-
CMYK0.190.4900.29
HSL277.08º37.24%53.14%-
HSV(B)277.08º49.44%70.59%-
XYZ23.8316.8945.18-
YUV117.59163.22148.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=35.01%
G=21.82%
B=43.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146911800.190.4900.29277.0837.2453.14
Hex925BB4133101D1152535
Octal22213326423610354254565
Binary1001001010110111011010010011110001011101100010101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,180); }

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

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

 a { background-color: rgb(146,91,180); }

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

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

 span { border-color: rgb(146,91,180); }

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