Html Css Color HEX #9B45AC Deep Lilac

📋 copy color: '#9B45AC'

red 155 ◦ green 69 ◦ blue 172

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

Shades of Deep Lilac #9B45AC

Tints of Deep Lilac #9B45AC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.42%

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

R = 39.14%
G = 17.42%
B = 43.43%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B45AC (or 0x9B45AC) is known color: Deep Lilac. HEX triplet: 9B, 45 and AC. RGB value is (155,69,172). Sum of RGB (Red+Green+Blue) = 155+69+172=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B45AC is #64BA53. Grayscale: #6A6A6A. Windows color (decimal): -6601300 or 11290011. OLE color: 11290011.

HSL color Cylindrical-coordinate representation of color #9B45AC: hue angle of 290.1º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B45AC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 69 172 -
CMYK 0.10 0.60 0 0.33
HSL 290.1º 0.43% 0.47% -
HSV(B) 290.1º 0.6% 0.67% -
XYZ 23.09 14.2 40.55 -
YUV 106.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 155 69 172 0.10 0.60 0 0.33 290.1 0.43 0.47
Hex 9B 45 AC A 3C 0 21 122 2B 2F
Octal 233 105 254 12 74 0 41 442 53 57
Binary 10011011 1000101 10101100 1010 111100 0 100001 100100010 101011 101111

Color Harmonies of #9B45AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45AC

Black with #9B45AC

Text Example


Text Example

White with #9B45AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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