Html Css Color HEX #9643AB Deep Lilac

📋 copy color: '#9643AB'

red 150 ◦ green 67 ◦ blue 171

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

Shades of Deep Lilac #9643AB

Tints of Deep Lilac #9643AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 38.66%
G = 17.27%
B = 44.07%

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

#9643AB (or 0x9643AB) is known color: Deep Lilac. HEX triplet: 96, 43 and AB. RGB value is (150,67,171). Sum of RGB (Red+Green+Blue) = 150+67+171=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9643AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643AB is #69BC54. Grayscale: #676767. Windows color (decimal): -6929493 or 11223958. OLE color: 11223958.

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

Color convert

RGB 150 67 171 -
CMYK 0.12 0.61 0 0.33
HSL 287.88º 0.44% 0.47% -
HSV(B) 287.88º 0.61% 0.67% -
XYZ 21.94 13.44 39.97 -
YUV 103.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 150 67 171 0.12 0.61 0 0.33 287.88 0.44 0.47
Hex 96 43 AB C 3D 0 21 120 2C 2F
Octal 226 103 253 14 75 0 41 440 54 57
Binary 10010110 1000011 10101011 1100 111101 0 100001 100100000 101100 101111

Color Harmonies of #9643AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9643AB

Black with #9643AB

Text Example


Text Example

White with #9643AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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