#9259C3

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

Shades of Deep Lilac #9259C3

Tints of Deep Lilac #9259C3

Color information

#9259C3 (or 0x9259C3) is unknown color: approx Deep Lilac. HEX triplet: 92, 59 and C3. RGB value is (146,89,195). Sum of RGB (Red+Green+Blue) = 146+89+195=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #9259C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259C3 is #6DA63C. Grayscale: #757575. Windows color (decimal): -7185981 or 12802450. OLE color: 12802450.

HSL color Cylindrical-coordinate representation of color #9259C3: hue angle of 272.26º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9259C3 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14689195-
CMYK0.250.5400.24
HSL272.26º46.9%55.69%-
HSV(B)272.26º54.36%76.47%-
XYZ25.2817.253.62-
YUV118.13171.38147.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 195 (76.56% from 255) = 45.35%
R=33.95%
G=20.70%
B=45.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146891950.250.5400.24272.2646.955.69
Hex9259C319360181102f38
Octal22213130331660304205770
Binary1001001010110011100001111001110110011000100010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9259C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9259C3; }

 p { color: rgb(146,89,195); }

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

<style>
 a { background-color: #9259C3; }

 a { background-color: rgb(146,89,195); }

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

<style>
 span { border-color: #9259C3; }

 span { border-color: rgb(146,89,195); }

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