Html Css Color HEX #9B5CBA Deep Lilac

📋 copy color: '#9B5CBA'

red 155 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #9B5CBA

Tints of Deep Lilac #9B5CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 35.8%
G = 21.25%
B = 42.96%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B5CBA (or 0x9B5CBA) is known color: Deep Lilac. HEX triplet: 9B, 5C and BA. RGB value is (155,92,186). Sum of RGB (Red+Green+Blue) = 155+92+186=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CBA is #64A345. Grayscale: #797979. Windows color (decimal): -6595398 or 12213403. OLE color: 12213403.

HSL color Cylindrical-coordinate representation of color #9B5CBA: hue angle of 280.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B5CBA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 92 186 -
CMYK 0.17 0.51 0 0.27
HSL 280.21º 0.41% 0.55% -
HSV(B) 280.21º 0.51% 0.73% -
XYZ 26.21 18.17 48.58 -
YUV 121.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 155 92 186 0.17 0.51 0 0.27 280.21 0.41 0.55
Hex 9B 5C BA 11 33 0 1B 118 29 37
Octal 233 134 272 21 63 0 33 430 51 67
Binary 10011011 1011100 10111010 10001 110011 0 11011 100011000 101001 110111

Color Harmonies of #9B5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CBA

Black with #9B5CBA

Text Example


Text Example

White with #9B5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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