#925CBB

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

Shades of Deep Lilac #925CBB

Tints of Deep Lilac #925CBB

Color information

#925CBB (or 0x925CBB) is unknown color: approx Deep Lilac. HEX triplet: 92, 5C and BB. RGB value is (146,92,187). Sum of RGB (Red+Green+Blue) = 146+92+187=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #925CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CBB is #6DA344. Grayscale: #767676. Windows color (decimal): -7185221 or 12278930. OLE color: 12278930.

HSL color Cylindrical-coordinate representation of color #925CBB: hue angle of 274.11º 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 #925CBB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14692187-
CMYK0.220.5100.27
HSL274.11º41.13%54.71%-
HSV(B)274.11º50.8%73.33%-
XYZ24.6517.3549.06-
YUV118.98166.39147.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 187 (73.44% from 255) = 44%
R=34.35%
G=21.65%
B=44%

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
Decimal146921870.220.5100.27274.1141.1354.71
Hex925CBB163301B1122937
Octal22213427326630334225167
Binary1001001010111001011101110110110011011011100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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