#925AB7

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

Shades of Deep Lilac #925AB7

Tints of Deep Lilac #925AB7

Color information

#925AB7 (or 0x925AB7) is unknown color: approx Deep Lilac. HEX triplet: 92, 5A and B7. RGB value is (146,90,183). Sum of RGB (Red+Green+Blue) = 146+90+183=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #925AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AB7 is #6DA548. Grayscale: #757575. Windows color (decimal): -7185737 or 12016274. OLE color: 12016274.

HSL color Cylindrical-coordinate representation of color #925AB7: hue angle of 276.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925AB7 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14690183-
CMYK0.200.5100.28
HSL276.13º39.24%53.53%-
HSV(B)276.13º50.82%71.76%-
XYZ24.0616.8446.78-
YUV117.35165.05148.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=34.84%
G=21.48%
B=43.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146901830.200.5100.28276.1339.2453.53
Hex925AB7143301C1142736
Octal22213226724630344244766
Binary1001001010110101011011110100110011011100100010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,90,183); }

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

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

 a { background-color: rgb(146,90,183); }

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

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

 span { border-color: rgb(146,90,183); }

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