Html Css Color HEX #9645AA Deep Lilac

📋 copy color: '#9645AA'

red 150 ◦ green 69 ◦ blue 170

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

Shades of Deep Lilac #9645AA

Tints of Deep Lilac #9645AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 38.56%
G = 17.74%
B = 43.7%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9645AA (or 0x9645AA) is known color: Deep Lilac. HEX triplet: 96, 45 and AA. RGB value is (150,69,170). Sum of RGB (Red+Green+Blue) = 150+69+170=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9645AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9645AA is #69BA55. Grayscale: #686868. Windows color (decimal): -6928982 or 11158934. OLE color: 11158934.

HSL color Cylindrical-coordinate representation of color #9645AA: hue angle of 288.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9645AA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 69 170 -
CMYK 0.12 0.59 0 0.33
HSL 288.12º 0.42% 0.47% -
HSV(B) 288.12º 0.59% 0.67% -
XYZ 21.96 13.64 39.51 -
YUV 104.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 150 69 170 0.12 0.59 0 0.33 288.12 0.42 0.47
Hex 96 45 AA C 3B 0 21 120 2A 2F
Octal 226 105 252 14 73 0 41 440 52 57
Binary 10010110 1000101 10101010 1100 111011 0 100001 100100000 101010 101111

Color Harmonies of #9645AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645AA

Black with #9645AA

Text Example


Text Example

White with #9645AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9645AA; }

 p { color: rgb(150,69,170); }

 H1.HeaderClassName
 {
   color: #9645AA;
 }
 .AnyTagClassName
 {
   color: #9645AA;
 }
</style>

background-color css

<style>
 a { background-color: #9645AA; }

 a { background-color: rgb(150,69,170); }

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

border-color css

<style>
 span { border-color: #9645AA; }

 span { border-color: rgb(150,69,170); }

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