Html Css Color HEX #9442A7 Deep Lilac

📋 copy color: '#9442A7'

red 148 ◦ green 66 ◦ blue 167

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

Shades of Deep Lilac #9442A7

Tints of Deep Lilac #9442A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.83%

R = 38.85%
G = 17.32%
B = 43.83%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9442A7 (or 0x9442A7) is known color: Deep Lilac. HEX triplet: 94, 42 and A7. RGB value is (148,66,167). Sum of RGB (Red+Green+Blue) = 148+66+167=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #9442A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442A7 is #6BBD58. Grayscale: #656565. Windows color (decimal): -7060825 or 10961556. OLE color: 10961556.

HSL color Cylindrical-coordinate representation of color #9442A7: hue angle of 288.71º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9442A7 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 66 167 -
CMYK 0.11 0.60 0 0.35
HSL 288.71º 0.43% 0.46% -
HSV(B) 288.71º 0.6% 0.65% -
XYZ 21.14 12.98 37.95 -
YUV 102.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 148 66 167 0.11 0.60 0 0.35 288.71 0.43 0.46
Hex 94 42 A7 B 3C 0 23 121 2B 2E
Octal 224 102 247 13 74 0 43 441 53 56
Binary 10010100 1000010 10100111 1011 111100 0 100011 100100001 101011 101110

Color Harmonies of #9442A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442A7

Black with #9442A7

Text Example


Text Example

White with #9442A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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