Html Css Color HEX #9B5BAC Deep Lilac

📋 copy color: '#9B5BAC'

red 155 ◦ green 91 ◦ blue 172

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

Shades of Deep Lilac #9B5BAC

Tints of Deep Lilac #9B5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

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

R = 37.08%
G = 21.77%
B = 41.15%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B5BAC (or 0x9B5BAC) is known color: Deep Lilac. HEX triplet: 9B, 5B and AC. RGB value is (155,91,172). Sum of RGB (Red+Green+Blue) = 155+91+172=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5BAC is #64A453. Grayscale: #777777. Windows color (decimal): -6595668 or 11295643. OLE color: 11295643.

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

Color convert

RGB 155 91 172 -
CMYK 0.10 0.47 0 0.33
HSL 287.41º 0.33% 0.52% -
HSV(B) 287.41º 0.47% 0.67% -
XYZ 24.71 17.43 41.09 -
YUV 119.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 155 91 172 0.10 0.47 0 0.33 287.41 0.33 0.52
Hex 9B 5B AC A 2F 0 21 11F 21 34
Octal 233 133 254 12 57 0 41 437 41 64
Binary 10011011 1011011 10101100 1010 101111 0 100001 100011111 100001 110100

Color Harmonies of #9B5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BAC

Black with #9B5BAC

Text Example


Text Example

White with #9B5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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