Html Css Color HEX #9469BE Lilac Bush

📋 copy color: '#9469BE'

red 148 ◦ green 105 ◦ blue 190

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

Shades of Lilac Bush #9469BE

Tints of Lilac Bush #9469BE

RGB

 RED value IS 148 (58.2% from 255) = 33.41%

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 33.41%
G = 23.7%
B = 42.89%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9469BE (or 0x9469BE) is known color: Lilac Bush. HEX triplet: 94, 69 and BE. RGB value is (148,105,190). Sum of RGB (Red+Green+Blue) = 148+105+190=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9469BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469BE is #6B9641. Grayscale: #7F7F7F. Windows color (decimal): -7050818 or 12478868. OLE color: 12478868.

HSL color Cylindrical-coordinate representation of color #9469BE: hue angle of 270.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9469BE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 105 190 -
CMYK 0.22 0.45 0 0.25
HSL 270.35º 0.4% 0.58% -
HSV(B) 270.35º 0.45% 0.75% -
XYZ 26.56 20.12 51.2 -
YUV 127.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 148 105 190 0.22 0.45 0 0.25 270.35 0.4 0.58
Hex 94 69 BE 16 2D 0 19 10E 28 3A
Octal 224 151 276 26 55 0 31 416 50 72
Binary 10010100 1101001 10111110 10110 101101 0 11001 100001110 101000 111010

Color Harmonies of #9469BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469BE

Black with #9469BE

Text Example


Text Example

White with #9469BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9469BE; }

 p { color: rgb(148,105,190); }

 H1.HeaderClassName
 {
   color: #9469BE;
 }
 .AnyTagClassName
 {
   color: #9469BE;
 }
</style>

background-color css

<style>
 a { background-color: #9469BE; }

 a { background-color: rgb(148,105,190); }

 div.DivClassName
 {
   background-color: #9469BE;
 }
 .BgClassName
 {
   background-color: #9469BE;
 }
</style>

border-color css

<style>
 span { border-color: #9469BE; }

 span { border-color: rgb(148,105,190); }

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