Html Css Color HEX #9B5CAF Deep Lilac

📋 copy color: '#9B5CAF'

red 155 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #9B5CAF

Tints of Deep Lilac #9B5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 36.73%
G = 21.8%
B = 41.47%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B5CAF (or 0x9B5CAF) is known color: Deep Lilac. HEX triplet: 9B, 5C and AF. RGB value is (155,92,175). Sum of RGB (Red+Green+Blue) = 155+92+175=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5CAF is #64A350. Grayscale: #787878. Windows color (decimal): -6595409 or 11492507. OLE color: 11492507.

HSL color Cylindrical-coordinate representation of color #9B5CAF: hue angle of 285.54º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B5CAF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 92 175 -
CMYK 0.11 0.47 0 0.31
HSL 285.54º 0.34% 0.52% -
HSV(B) 285.54º 0.47% 0.69% -
XYZ 25.08 17.72 42.66 -
YUV 120.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 155 92 175 0.11 0.47 0 0.31 285.54 0.34 0.52
Hex 9B 5C AF B 2F 0 1F 11E 22 34
Octal 233 134 257 13 57 0 37 436 42 64
Binary 10011011 1011100 10101111 1011 101111 0 11111 100011110 100010 110100

Color Harmonies of #9B5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CAF

Black with #9B5CAF

Text Example


Text Example

White with #9B5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,175); }

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

background-color css

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

 a { background-color: rgb(155,92,175); }

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

border-color css

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

 span { border-color: rgb(155,92,175); }

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