#9267C4

Color #9267C4 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9267C4

Tints of Lilac Bush #9267C4

Color information

#9267C4 (or 0x9267C4) is unknown color: approx Lilac Bush. HEX triplet: 92, 67 and C4. RGB value is (146,103,196). Sum of RGB (Red+Green+Blue) = 146+103+196=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #9267C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267C4 is #6D983B. Grayscale: #7E7E7E. Windows color (decimal): -7182396 or 12871570. OLE color: 12871570.

HSL color Cylindrical-coordinate representation of color #9267C4: hue angle of 267.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9267C4 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146103196-
CMYK0.260.4700.23
HSL267.74º44.08%58.63%-
HSV(B)267.74º47.45%76.86%-
XYZ26.6719.854.64-
YUV126.46167.25141.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 196 (76.95% from 255) = 44.04%
R=32.81%
G=23.15%
B=44.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461031960.260.4700.23267.7444.0858.63
Hex9267C41A2F01710c2c3b
Octal22214730432570274145473
Binary1001001011001111100010011010101111010111100001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9267C4; }

 p { color: rgb(146,103,196); }

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

<style>
 a { background-color: #9267C4; }

 a { background-color: rgb(146,103,196); }

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

<style>
 span { border-color: #9267C4; }

 span { border-color: rgb(146,103,196); }

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