#9068CC

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

Shades of Lilac Bush #9068CC

Tints of Lilac Bush #9068CC

Color information

#9068CC (or 0x9068CC) is unknown color: approx Lilac Bush. HEX triplet: 90, 68 and CC. RGB value is (144,104,204). Sum of RGB (Red+Green+Blue) = 144+104+204=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9068CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9068CC is #6F9733. Grayscale: #7F7F7F. Windows color (decimal): -7313204 or 13396112. OLE color: 13396112.

HSL color Cylindrical-coordinate representation of color #9068CC: hue angle of 264º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9068CC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144104204-
CMYK0.290.4900.2
HSL264º49.5%60.39%-
HSV(B)264º49.02%80%-
XYZ27.3520.1959.58-
YUV127.36171.25139.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=31.86%
G=23.01%
B=45.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441042040.290.4900.226449.560.39
Hex9068CC1D31014108323c
Octal22015031435610244106274
Binary1001000011010001100110011101110001010100100001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9068CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9068CC; }

 p { color: rgb(144,104,204); }

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

<style>
 a { background-color: #9068CC; }

 a { background-color: rgb(144,104,204); }

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

<style>
 span { border-color: #9068CC; }

 span { border-color: rgb(144,104,204); }

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