#925BAD

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

Shades of Deep Lilac #925BAD

Tints of Deep Lilac #925BAD

Color information

#925BAD (or 0x925BAD) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and AD. RGB value is (146,91,173). Sum of RGB (Red+Green+Blue) = 146+91+173=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #925BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAD is #6DA452. Grayscale: #747474. Windows color (decimal): -7185491 or 11361170. OLE color: 11361170.

HSL color Cylindrical-coordinate representation of color #925BAD: hue angle of 280.24º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925BAD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14691173-
CMYK0.160.4700.32
HSL280.24º33.33%51.76%-
HSV(B)280.24º47.4%67.84%-
XYZ23.1416.6141.52-
YUV116.79159.72148.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=35.61%
G=22.20%
B=42.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146911730.160.4700.32280.2433.3351.76
Hex925BAD102F0201182134
Octal22213325520570404304164
Binary10010010101101110101101100001011110100000100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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