Html Css Color HEX #9649B9 Deep Lilac

📋 copy color: '#9649B9'

red 150 ◦ green 73 ◦ blue 185

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

Shades of Deep Lilac #9649B9

Tints of Deep Lilac #9649B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 36.76%
G = 17.89%
B = 45.34%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9649B9 (or 0x9649B9) is known color: Deep Lilac. HEX triplet: 96, 49 and B9. RGB value is (150,73,185). Sum of RGB (Red+Green+Blue) = 150+73+185=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #9649B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649B9 is #69B646. Grayscale: #6C6C6C. Windows color (decimal): -6927943 or 12142998. OLE color: 12142998.

HSL color Cylindrical-coordinate representation of color #9649B9: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9649B9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 73 185 -
CMYK 0.19 0.61 0 0.27
HSL 281.25º 0.44% 0.51% -
HSV(B) 281.25º 0.61% 0.73% -
XYZ 23.72 14.75 47.5 -
YUV 108.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 150 73 185 0.19 0.61 0 0.27 281.25 0.44 0.51
Hex 96 49 B9 13 3D 0 1B 119 2C 33
Octal 226 111 271 23 75 0 33 431 54 63
Binary 10010110 1001001 10111001 10011 111101 0 11011 100011001 101100 110011

Color Harmonies of #9649B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649B9

Black with #9649B9

Text Example


Text Example

White with #9649B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9649B9; }

 p { color: rgb(150,73,185); }

 H1.HeaderClassName
 {
   color: #9649B9;
 }
 .AnyTagClassName
 {
   color: #9649B9;
 }
</style>

background-color css

<style>
 a { background-color: #9649B9; }

 a { background-color: rgb(150,73,185); }

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

border-color css

<style>
 span { border-color: #9649B9; }

 span { border-color: rgb(150,73,185); }

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