Html Css Color HEX #9649CD Deep Lilac

📋 copy color: '#9649CD'

red 150 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #9649CD

Tints of Deep Lilac #9649CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 35.05%
G = 17.06%
B = 47.9%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9649CD (or 0x9649CD) is known color: Deep Lilac. HEX triplet: 96, 49 and CD. RGB value is (150,73,205). Sum of RGB (Red+Green+Blue) = 150+73+205=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #9649CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649CD is #69B632. Grayscale: #6E6E6E. Windows color (decimal): -6927923 or 13453718. OLE color: 13453718.

HSL color Cylindrical-coordinate representation of color #9649CD: hue angle of 275º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9649CD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 73 205 -
CMYK 0.27 0.64 0 0.20
HSL 275º 0.57% 0.55% -
HSV(B) 275º 0.64% 0.8% -
XYZ 25.98 15.66 59.41 -
YUV 111.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 150 73 205 0.27 0.64 0 0.20 275 0.57 0.55
Hex 96 49 CD 1B 40 0 14 113 39 37
Octal 226 111 315 33 100 0 24 423 71 67
Binary 10010110 1001001 11001101 11011 1000000 0 10100 100010011 111001 110111

Color Harmonies of #9649CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649CD

Black with #9649CD

Text Example


Text Example

White with #9649CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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