Html Css Color HEX #9442AB Deep Lilac

📋 copy color: '#9442AB'

red 148 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #9442AB

Tints of Deep Lilac #9442AB

RGB

 RED value IS 148 (58.2% from 255) = 38.44%

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 38.44%
G = 17.14%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9442AB (or 0x9442AB) is known color: Deep Lilac. HEX triplet: 94, 42 and AB. RGB value is (148,66,171). Sum of RGB (Red+Green+Blue) = 148+66+171=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9442AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442AB is #6BBD54. Grayscale: #666666. Windows color (decimal): -7060821 or 11223700. OLE color: 11223700.

HSL color Cylindrical-coordinate representation of color #9442AB: hue angle of 286.86º degrees, saturation: 0.44, 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 #9442AB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 66 171 -
CMYK 0.13 0.61 0 0.33
HSL 286.86º 0.44% 0.46% -
HSV(B) 286.86º 0.61% 0.67% -
XYZ 21.51 13.13 39.93 -
YUV 102.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 148 66 171 0.13 0.61 0 0.33 286.86 0.44 0.46
Hex 94 42 AB D 3D 0 21 11F 2C 2E
Octal 224 102 253 15 75 0 41 437 54 56
Binary 10010100 1000010 10101011 1101 111101 0 100001 100011111 101100 101110

Color Harmonies of #9442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442AB

Black with #9442AB

Text Example


Text Example

White with #9442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,66,171); }

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

background-color css

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

 a { background-color: rgb(148,66,171); }

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

border-color css

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

 span { border-color: rgb(148,66,171); }

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