#925bbb

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

Shades of Deep Lilac #925BBB

Tints of Deep Lilac #925BBB

Color information

#925BBB (or 0x925BBB) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and BB. RGB value is (146,91,187). Sum of RGB (Red+Green+Blue) = 146+91+187=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #925BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BBB is #6DA444. Grayscale: #767676. Windows color (decimal): -7185477 or 12278674. OLE color: 12278674.

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

Color convert

RGB14691187-
CMYK0.220.5100.27
HSL274.38º41.38%54.51%-
HSV(B)274.38º51.34%73.33%-
XYZ24.5617.1849.04-
YUV118.39166.72147.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=34.43%
G=21.46%
B=44.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146911870.220.5100.27274.3841.3854.51
Hex925BBB163301B1122937
Octal22213327326630334225167
Binary1001001010110111011101110110110011011011100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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