Html Css Color HEX #9066C1 Lilac Bush

📋 copy color: '#9066C1'

red 144 ◦ green 102 ◦ blue 193

#9066C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9066C1

Tints of Lilac Bush #9066C1

RGB

 RED value IS 144 (56.64% from 255) = 32.8%

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 193 (75.78% from 255) = 43.96%

R = 32.8%
G = 23.23%
B = 43.96%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9066C1 (or 0x9066C1) is known color: 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

RGB 144 102 193 -
CMYK 0.25 0.47 0 0.24
HSL 267.69º 0.42% 0.58% -
HSV(B) 267.69º 0.47% 0.76% -
XYZ 25.88 19.28 52.81 -
YUV 124.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 144 102 193 0.25 0.47 0 0.24 267.69 0.42 0.58
Hex 90 66 C1 19 2F 0 18 10C 2A 3A
Octal 220 146 301 31 57 0 30 414 52 72
Binary 10010000 1100110 11000001 11001 101111 0 11000 100001100 101010 111010

Color Harmonies of #9066C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066C1

Black with #9066C1

Text Example


Text Example

White with #9066C1

Text Example


Text Example

HTML Codes & Css Web 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>