Html Css Color HEX #9B40AE Deep Lilac

📋 copy color: '#9B40AE'

red 155 ◦ green 64 ◦ blue 174

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

Shades of Deep Lilac #9B40AE

Tints of Deep Lilac #9B40AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.28%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 39.44%
G = 16.28%
B = 44.27%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B40AE (or 0x9B40AE) is known color: Deep Lilac. HEX triplet: 9B, 40 and AE. RGB value is (155,64,174). Sum of RGB (Red+Green+Blue) = 155+64+174=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B40AE is #64BF51. Grayscale: #676767. Windows color (decimal): -6602578 or 11419803. OLE color: 11419803.

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

Color convert

RGB 155 64 174 -
CMYK 0.11 0.63 0 0.32
HSL 289.64º 0.46% 0.47% -
HSV(B) 289.64º 0.63% 0.68% -
XYZ 22.99 13.69 41.48 -
YUV 103.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 155 64 174 0.11 0.63 0 0.32 289.64 0.46 0.47
Hex 9B 40 AE B 3F 0 20 122 2E 2F
Octal 233 100 256 13 77 0 40 442 56 57
Binary 10011011 1000000 10101110 1011 111111 0 100000 100100010 101110 101111

Color Harmonies of #9B40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40AE

Black with #9B40AE

Text Example


Text Example

White with #9B40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,174); }

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

background-color css

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

 a { background-color: rgb(155,64,174); }

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

border-color css

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

 span { border-color: rgb(155,64,174); }

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