#9250BE

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

Shades of Deep Lilac #9250BE

Tints of Deep Lilac #9250BE

Color information

#9250BE (or 0x9250BE) is unknown color: approx Deep Lilac. HEX triplet: 92, 50 and BE. RGB value is (146,80,190). Sum of RGB (Red+Green+Blue) = 146+80+190=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9250BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250BE is #6DAF41. Grayscale: #6F6F6F. Windows color (decimal): -7188290 or 12472466. OLE color: 12472466.

HSL color Cylindrical-coordinate representation of color #9250BE: hue angle of 276º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9250BE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14680190-
CMYK0.230.5800.25
HSL276º45.83%52.94%-
HSV(B)276º57.89%74.51%-
XYZ24.0215.5750.45-
YUV112.27171.87152.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=35.10%
G=19.23%
B=45.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146801900.230.5800.2527645.8352.94
Hex9250BE173A0191142e35
Octal22212027627720314245665
Binary1001001010100001011111010111111010011001100010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9250BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9250BE; }

 p { color: rgb(146,80,190); }

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

<style>
 a { background-color: #9250BE; }

 a { background-color: rgb(146,80,190); }

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

<style>
 span { border-color: #9250BE; }

 span { border-color: rgb(146,80,190); }

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