Html Css Color HEX #9640BB Deep Lilac

📋 copy color: '#9640BB'

red 150 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #9640BB

Tints of Deep Lilac #9640BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 37.41%
G = 15.96%
B = 46.63%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9640BB (or 0x9640BB) is known color: Deep Lilac. HEX triplet: 96, 40 and BB. RGB value is (150,64,187). Sum of RGB (Red+Green+Blue) = 150+64+187=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #9640BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640BB is #69BF44. Grayscale: #676767. Windows color (decimal): -6930245 or 12271766. OLE color: 12271766.

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

Color convert

RGB 150 64 187 -
CMYK 0.20 0.66 0 0.27
HSL 281.95º 0.49% 0.49% -
HSV(B) 281.95º 0.66% 0.73% -
XYZ 23.38 13.74 48.43 -
YUV 103.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 150 64 187 0.20 0.66 0 0.27 281.95 0.49 0.49
Hex 96 40 BB 14 42 0 1B 11A 31 31
Octal 226 100 273 24 102 0 33 432 61 61
Binary 10010110 1000000 10111011 10100 1000010 0 11011 100011010 110001 110001

Color Harmonies of #9640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640BB

Black with #9640BB

Text Example


Text Example

White with #9640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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