Html Css Color HEX #9461B1 Deep Lilac

📋 copy color: '#9461B1'

red 148 ◦ green 97 ◦ blue 177

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

Shades of Deep Lilac #9461B1

Tints of Deep Lilac #9461B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 35.07%
G = 22.99%
B = 41.94%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9461B1 (or 0x9461B1) is known color: Deep Lilac. HEX triplet: 94, 61 and B1. RGB value is (148,97,177). Sum of RGB (Red+Green+Blue) = 148+97+177=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #9461B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9461B1 is #6B9E4E. Grayscale: #797979. Windows color (decimal): -7052879 or 11624852. OLE color: 11624852.

HSL color Cylindrical-coordinate representation of color #9461B1: hue angle of 278.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9461B1 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 97 177 -
CMYK 0.16 0.45 0 0.31
HSL 278.25º 0.34% 0.54% -
HSV(B) 278.25º 0.45% 0.69% -
XYZ 24.42 18.02 43.79 -
YUV 121.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 148 97 177 0.16 0.45 0 0.31 278.25 0.34 0.54
Hex 94 61 B1 10 2D 0 1F 116 22 36
Octal 224 141 261 20 55 0 37 426 42 66
Binary 10010100 1100001 10110001 10000 101101 0 11111 100010110 100010 110110

Color Harmonies of #9461B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461B1

Black with #9461B1

Text Example


Text Example

White with #9461B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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