Html Css Color HEX #9961BA Deep Lilac

📋 copy color: '#9961BA'

red 153 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #9961BA

Tints of Deep Lilac #9961BA

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

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

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 35.09%
G = 22.25%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9961BA (or 0x9961BA) is known color: Deep Lilac. HEX triplet: 99, 61 and BA. RGB value is (153,97,186). Sum of RGB (Red+Green+Blue) = 153+97+186=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9961BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961BA is #669E45. Grayscale: #7B7B7B. Windows color (decimal): -6725190 or 12214681. OLE color: 12214681.

HSL color Cylindrical-coordinate representation of color #9961BA: hue angle of 277.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9961BA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 97 186 -
CMYK 0.18 0.48 0 0.27
HSL 277.75º 0.39% 0.55% -
HSV(B) 277.75º 0.48% 0.73% -
XYZ 26.27 18.87 48.71 -
YUV 123.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 153 97 186 0.18 0.48 0 0.27 277.75 0.39 0.55
Hex 99 61 BA 12 30 0 1B 116 27 37
Octal 231 141 272 22 60 0 33 426 47 67
Binary 10011001 1100001 10111010 10010 110000 0 11011 100010110 100111 110111

Color Harmonies of #9961BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961BA

Black with #9961BA

Text Example


Text Example

White with #9961BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9961BA; }

 p { color: rgb(153,97,186); }

 H1.HeaderClassName
 {
   color: #9961BA;
 }
 .AnyTagClassName
 {
   color: #9961BA;
 }
</style>

background-color css

<style>
 a { background-color: #9961BA; }

 a { background-color: rgb(153,97,186); }

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

border-color css

<style>
 span { border-color: #9961BA; }

 span { border-color: rgb(153,97,186); }

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