Html Css Color HEX #9B42AD Deep Lilac

📋 copy color: '#9B42AD'

red 155 ◦ green 66 ◦ blue 173

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

Shades of Deep Lilac #9B42AD

Tints of Deep Lilac #9B42AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 39.34%
G = 16.75%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B42AD (or 0x9B42AD) is known color: Deep Lilac. HEX triplet: 9B, 42 and AD. RGB value is (155,66,173). Sum of RGB (Red+Green+Blue) = 155+66+173=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B42AD is #64BD52. Grayscale: #686868. Windows color (decimal): -6602067 or 11354779. OLE color: 11354779.

HSL color Cylindrical-coordinate representation of color #9B42AD: hue angle of 289.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B42AD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 66 173 -
CMYK 0.10 0.62 0 0.32
HSL 289.91º 0.45% 0.47% -
HSV(B) 289.91º 0.62% 0.68% -
XYZ 23.01 13.88 41 -
YUV 104.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 155 66 173 0.10 0.62 0 0.32 289.91 0.45 0.47
Hex 9B 42 AD A 3E 0 20 122 2D 2F
Octal 233 102 255 12 76 0 40 442 55 57
Binary 10011011 1000010 10101101 1010 111110 0 100000 100100010 101101 101111

Color Harmonies of #9B42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B42AD

Black with #9B42AD

Text Example


Text Example

White with #9B42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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