#9066C1

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

Shades of Lilac Bush #9066C1

Tints of Lilac Bush #9066C1

Color information

#9066C1 (or 0x9066C1) is unknown color: approx Lilac Bush. HEX triplet: 90, 66 and C1. RGB value is (144,102,193). Sum of RGB (Red+Green+Blue) = 144+102+193=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #9066C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066C1 is #6F993E. Grayscale: #7C7C7C. Windows color (decimal): -7313727 or 12674704. OLE color: 12674704.

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

Color convert

RGB144102193-
CMYK0.250.4700.24
HSL267.69º42.33%57.84%-
HSV(B)267.69º47.15%75.69%-
XYZ25.8819.2852.81-
YUV124.93166.41141.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=32.80%
G=23.23%
B=43.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441021930.250.4700.24267.6942.3357.84
Hex9066C1192F01810c2a3a
Octal22014630131570304145272
Binary1001000011001101100000111001101111011000100001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066C1; }

 p { color: rgb(144,102,193); }

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

<style>
 a { background-color: #9066C1; }

 a { background-color: rgb(144,102,193); }

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

<style>
 span { border-color: #9066C1; }

 span { border-color: rgb(144,102,193); }

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