Html Css Color HEX #9B42AA Deep Lilac

📋 copy color: '#9B42AA'

red 155 ◦ green 66 ◦ blue 170

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

Shades of Deep Lilac #9B42AA

Tints of Deep Lilac #9B42AA

RGB

 RED value IS 155 (60.94% from 255) = 39.64%

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

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

R = 39.64%
G = 16.88%
B = 43.48%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B42AA (or 0x9B42AA) is known color: Deep Lilac. HEX triplet: 9B, 42 and AA. RGB value is (155,66,170). Sum of RGB (Red+Green+Blue) = 155+66+170=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B42AA is #64BD55. Grayscale: #686868. Windows color (decimal): -6602070 or 11158171. OLE color: 11158171.

HSL color Cylindrical-coordinate representation of color #9B42AA: hue angle of 291.35º 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 #9B42AA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 66 170 -
CMYK 0.09 0.61 0 0.33
HSL 291.35º 0.44% 0.46% -
HSV(B) 291.35º 0.61% 0.67% -
XYZ 22.72 13.77 39.49 -
YUV 104.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 155 66 170 0.09 0.61 0 0.33 291.35 0.44 0.46
Hex 9B 42 AA 9 3D 0 21 123 2C 2E
Octal 233 102 252 11 75 0 41 443 54 56
Binary 10011011 1000010 10101010 1001 111101 0 100001 100100011 101100 101110

Color Harmonies of #9B42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B42AA

Black with #9B42AA

Text Example


Text Example

White with #9B42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B42AA; }

 p { color: rgb(155,66,170); }

 H1.HeaderClassName
 {
   color: #9B42AA;
 }
 .AnyTagClassName
 {
   color: #9B42AA;
 }
</style>

background-color css

<style>
 a { background-color: #9B42AA; }

 a { background-color: rgb(155,66,170); }

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

border-color css

<style>
 span { border-color: #9B42AA; }

 span { border-color: rgb(155,66,170); }

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