Html Css Color HEX #9643AA Deep Lilac

📋 copy color: '#9643AA'

red 150 ◦ green 67 ◦ blue 170

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

Shades of Deep Lilac #9643AA

Tints of Deep Lilac #9643AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

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

R = 38.76%
G = 17.31%
B = 43.93%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9643AA (or 0x9643AA) is known color: Deep Lilac. HEX triplet: 96, 43 and AA. RGB value is (150,67,170). Sum of RGB (Red+Green+Blue) = 150+67+170=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9643AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643AA is #69BC55. Grayscale: #676767. Windows color (decimal): -6929494 or 11158422. OLE color: 11158422.

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

Color convert

RGB 150 67 170 -
CMYK 0.12 0.61 0 0.33
HSL 288.35º 0.43% 0.46% -
HSV(B) 288.35º 0.61% 0.67% -
XYZ 21.84 13.4 39.47 -
YUV 103.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 150 67 170 0.12 0.61 0 0.33 288.35 0.43 0.46
Hex 96 43 AA C 3D 0 21 120 2B 2E
Octal 226 103 252 14 75 0 41 440 53 56
Binary 10010110 1000011 10101010 1100 111101 0 100001 100100000 101011 101110

Color Harmonies of #9643AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9643AA

Black with #9643AA

Text Example


Text Example

White with #9643AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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