Html Css Color HEX #9B5CB7 Deep Lilac

📋 copy color: '#9B5CB7'

red 155 ◦ green 92 ◦ blue 183

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

Shades of Deep Lilac #9B5CB7

Tints of Deep Lilac #9B5CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 36.05%
G = 21.4%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9B5CB7 (or 0x9B5CB7) is known color: Deep Lilac. HEX triplet: 9B, 5C and B7. RGB value is (155,92,183). Sum of RGB (Red+Green+Blue) = 155+92+183=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #9B5CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CB7 is #64A348. Grayscale: #787878. Windows color (decimal): -6595401 or 12016795. OLE color: 12016795.

HSL color Cylindrical-coordinate representation of color #9B5CB7: hue angle of 281.54º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5CB7 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 92 183 -
CMYK 0.15 0.50 0 0.28
HSL 281.54º 0.39% 0.54% -
HSV(B) 281.54º 0.5% 0.72% -
XYZ 25.89 18.04 46.92 -
YUV 121.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 155 92 183 0.15 0.50 0 0.28 281.54 0.39 0.54
Hex 9B 5C B7 F 32 0 1C 11A 27 36
Octal 233 134 267 17 62 0 34 432 47 66
Binary 10011011 1011100 10110111 1111 110010 0 11100 100011010 100111 110110

Color Harmonies of #9B5CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CB7

Black with #9B5CB7

Text Example


Text Example

White with #9B5CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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