Html Css Color HEX #9961BE Deep Lilac

📋 copy color: '#9961BE'

red 153 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #9961BE

Tints of Deep Lilac #9961BE

RGB

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

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

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

R = 34.77%
G = 22.05%
B = 43.18%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9961BE (or 0x9961BE) is known color: Deep Lilac. HEX triplet: 99, 61 and BE. RGB value is (153,97,190). Sum of RGB (Red+Green+Blue) = 153+97+190=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9961BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961BE is #669E41. Grayscale: #7C7C7C. Windows color (decimal): -6725186 or 12476825. OLE color: 12476825.

HSL color Cylindrical-coordinate representation of color #9961BE: hue angle of 276.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9961BE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 97 190 -
CMYK 0.19 0.49 0 0.25
HSL 276.13º 0.42% 0.56% -
HSV(B) 276.13º 0.49% 0.75% -
XYZ 26.71 19.04 50.98 -
YUV 124.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 153 97 190 0.19 0.49 0 0.25 276.13 0.42 0.56
Hex 99 61 BE 13 31 0 19 114 2A 38
Octal 231 141 276 23 61 0 31 424 52 70
Binary 10011001 1100001 10111110 10011 110001 0 11001 100010100 101010 111000

Color Harmonies of #9961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961BE

Black with #9961BE

Text Example


Text Example

White with #9961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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