Html Css Color HEX #9641BB Deep Lilac

📋 copy color: '#9641BB'

red 150 ◦ green 65 ◦ blue 187

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

Shades of Deep Lilac #9641BB

Tints of Deep Lilac #9641BB

RGB

 RED value IS 150 (58.98% from 255) = 37.31%

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 37.31%
G = 16.17%
B = 46.52%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9641BB (or 0x9641BB) is known color: Deep Lilac. HEX triplet: 96, 41 and BB. RGB value is (150,65,187). Sum of RGB (Red+Green+Blue) = 150+65+187=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #9641BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641BB is #69BE44. Grayscale: #676767. Windows color (decimal): -6929989 or 12272022. OLE color: 12272022.

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

Color convert

RGB 150 65 187 -
CMYK 0.20 0.65 0 0.27
HSL 281.8º 0.48% 0.49% -
HSV(B) 281.8º 0.65% 0.73% -
XYZ 23.44 13.85 48.45 -
YUV 104.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 150 65 187 0.20 0.65 0 0.27 281.8 0.48 0.49
Hex 96 41 BB 14 41 0 1B 11A 30 31
Octal 226 101 273 24 101 0 33 432 60 61
Binary 10010110 1000001 10111011 10100 1000001 0 11011 100011010 110000 110001

Color Harmonies of #9641BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641BB

Black with #9641BB

Text Example


Text Example

White with #9641BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,65,187); }

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

background-color css

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

 a { background-color: rgb(150,65,187); }

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

border-color css

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

 span { border-color: rgb(150,65,187); }

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