Html Css Color HEX #9461BB Deep Lilac

📋 copy color: '#9461BB'

red 148 ◦ green 97 ◦ blue 187

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

Shades of Deep Lilac #9461BB

Tints of Deep Lilac #9461BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

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

R = 34.26%
G = 22.45%
B = 43.29%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9461BB (or 0x9461BB) is known color: Deep Lilac. HEX triplet: 94, 61 and BB. RGB value is (148,97,187). Sum of RGB (Red+Green+Blue) = 148+97+187=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #9461BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BB is #6B9E44. Grayscale: #7A7A7A. Windows color (decimal): -7052869 or 12280212. OLE color: 12280212.

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

Color convert

RGB 148 97 187 -
CMYK 0.21 0.48 0 0.27
HSL 274º 0.4% 0.56% -
HSV(B) 274º 0.48% 0.73% -
XYZ 25.46 18.43 49.23 -
YUV 122.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 148 97 187 0.21 0.48 0 0.27 274 0.4 0.56
Hex 94 61 BB 15 30 0 1B 112 28 38
Octal 224 141 273 25 60 0 33 422 50 70
Binary 10010100 1100001 10111011 10101 110000 0 11011 100010010 101000 111000

Color Harmonies of #9461BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461BB

Black with #9461BB

Text Example


Text Example

White with #9461BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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