Html Css Color HEX #9648AB Deep Lilac

📋 copy color: '#9648AB'

red 150 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #9648AB

Tints of Deep Lilac #9648AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

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

R = 38.17%
G = 18.32%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9648AB (or 0x9648AB) is known color: Deep Lilac. HEX triplet: 96, 48 and AB. RGB value is (150,72,171). Sum of RGB (Red+Green+Blue) = 150+72+171=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #9648AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9648AB is #69B754. Grayscale: #6A6A6A. Windows color (decimal): -6928213 or 11225238. OLE color: 11225238.

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

Color convert

RGB 150 72 171 -
CMYK 0.12 0.58 0 0.33
HSL 287.27º 0.41% 0.48% -
HSV(B) 287.27º 0.58% 0.67% -
XYZ 22.25 14.06 40.07 -
YUV 106.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 150 72 171 0.12 0.58 0 0.33 287.27 0.41 0.48
Hex 96 48 AB C 3A 0 21 11F 29 30
Octal 226 110 253 14 72 0 41 437 51 60
Binary 10010110 1001000 10101011 1100 111010 0 100001 100011111 101001 110000

Color Harmonies of #9648AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9648AB

Black with #9648AB

Text Example


Text Example

White with #9648AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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