#9255BF

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

Shades of Deep Lilac #9255BF

Tints of Deep Lilac #9255BF

Color information

#9255BF (or 0x9255BF) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and BF. RGB value is (146,85,191). Sum of RGB (Red+Green+Blue) = 146+85+191=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9255BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255BF is #6DAA40. Grayscale: #727272. Windows color (decimal): -7187009 or 12539282. OLE color: 12539282.

HSL color Cylindrical-coordinate representation of color #9255BF: hue angle of 274.53º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9255BF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14685191-
CMYK0.240.5500.25
HSL274.53º45.3%54.12%-
HSV(B)274.53º55.5%74.9%-
XYZ24.5116.3751.16-
YUV115.32170.71149.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 191 (75% from 255) = 45.26%
R=34.60%
G=20.14%
B=45.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146851910.240.5500.25274.5345.354.12
Hex9255BF18370191132d36
Octal22212527730670314235566
Binary1001001010101011011111111000110111011001100010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255BF; }

 p { color: rgb(146,85,191); }

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

<style>
 a { background-color: #9255BF; }

 a { background-color: rgb(146,85,191); }

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

<style>
 span { border-color: #9255BF; }

 span { border-color: rgb(146,85,191); }

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