Html Css Color HEX #9B41AC Deep Lilac

📋 copy color: '#9B41AC'

red 155 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9B41AC

Tints of Deep Lilac #9B41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 39.54%
G = 16.58%
B = 43.88%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B41AC (or 0x9B41AC) is known color: Deep Lilac. HEX triplet: 9B, 41 and AC. RGB value is (155,65,172). Sum of RGB (Red+Green+Blue) = 155+65+172=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B41AC is #64BE53. Grayscale: #676767. Windows color (decimal): -6602324 or 11288987. OLE color: 11288987.

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

Color convert

RGB 155 65 172 -
CMYK 0.10 0.62 0 0.33
HSL 290.47º 0.45% 0.46% -
HSV(B) 290.47º 0.62% 0.67% -
XYZ 22.85 13.73 40.47 -
YUV 104.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 155 65 172 0.10 0.62 0 0.33 290.47 0.45 0.46
Hex 9B 41 AC A 3E 0 21 122 2D 2E
Octal 233 101 254 12 76 0 41 442 55 56
Binary 10011011 1000001 10101100 1010 111110 0 100001 100100010 101101 101110

Color Harmonies of #9B41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B41AC

Black with #9B41AC

Text Example


Text Example

White with #9B41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,172); }

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

background-color css

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

 a { background-color: rgb(155,65,172); }

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

border-color css

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

 span { border-color: rgb(155,65,172); }

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