Html Css Color HEX #9465BB Lilac Bush

📋 copy color: '#9465BB'

red 148 ◦ green 101 ◦ blue 187

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

Shades of Lilac Bush #9465BB

Tints of Lilac Bush #9465BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 33.94%
G = 23.17%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9465BB (or 0x9465BB) is known color: Lilac Bush. HEX triplet: 94, 65 and BB. RGB value is (148,101,187). Sum of RGB (Red+Green+Blue) = 148+101+187=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #9465BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BB is #6B9A44. Grayscale: #7C7C7C. Windows color (decimal): -7051845 or 12281236. OLE color: 12281236.

HSL color Cylindrical-coordinate representation of color #9465BB: hue angle of 272.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9465BB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 101 187 -
CMYK 0.21 0.46 0 0.27
HSL 272.79º 0.39% 0.56% -
HSV(B) 272.79º 0.46% 0.73% -
XYZ 25.84 19.19 49.36 -
YUV 124.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 148 101 187 0.21 0.46 0 0.27 272.79 0.39 0.56
Hex 94 65 BB 15 2E 0 1B 111 27 38
Octal 224 145 273 25 56 0 33 421 47 70
Binary 10010100 1100101 10111011 10101 101110 0 11011 100010001 100111 111000

Color Harmonies of #9465BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465BB

Black with #9465BB

Text Example


Text Example

White with #9465BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9465BB; }

 p { color: rgb(148,101,187); }

 H1.HeaderClassName
 {
   color: #9465BB;
 }
 .AnyTagClassName
 {
   color: #9465BB;
 }
</style>

background-color css

<style>
 a { background-color: #9465BB; }

 a { background-color: rgb(148,101,187); }

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

border-color css

<style>
 span { border-color: #9465BB; }

 span { border-color: rgb(148,101,187); }

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