Html Css Color HEX #9649CE Deep Lilac

📋 copy color: '#9649CE'

red 150 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #9649CE

Tints of Deep Lilac #9649CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 34.97%
G = 17.02%
B = 48.02%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9649CE (or 0x9649CE) is known color: Deep Lilac. HEX triplet: 96, 49 and CE. RGB value is (150,73,206). Sum of RGB (Red+Green+Blue) = 150+73+206=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #9649CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649CE is #69B631. Grayscale: #6E6E6E. Windows color (decimal): -6927922 or 13519254. OLE color: 13519254.

HSL color Cylindrical-coordinate representation of color #9649CE: hue angle of 274.74º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9649CE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 73 206 -
CMYK 0.27 0.65 0 0.19
HSL 274.74º 0.58% 0.55% -
HSV(B) 274.74º 0.65% 0.81% -
XYZ 26.1 15.71 60.05 -
YUV 111.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 150 73 206 0.27 0.65 0 0.19 274.74 0.58 0.55
Hex 96 49 CE 1B 41 0 13 113 3A 37
Octal 226 111 316 33 101 0 23 423 72 67
Binary 10010110 1001001 11001110 11011 1000001 0 10011 100010011 111010 110111

Color Harmonies of #9649CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649CE

Black with #9649CE

Text Example


Text Example

White with #9649CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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