Html Css Color HEX #9B5EBA Deep Lilac

📋 copy color: '#9B5EBA'

red 155 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #9B5EBA

Tints of Deep Lilac #9B5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.61%

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

R = 35.63%
G = 21.61%
B = 42.76%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B5EBA (or 0x9B5EBA) is known color: Deep Lilac. HEX triplet: 9B, 5E and BA. RGB value is (155,94,186). Sum of RGB (Red+Green+Blue) = 155+94+186=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5EBA is #64A145. Grayscale: #7A7A7A. Windows color (decimal): -6594886 or 12213915. OLE color: 12213915.

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

Color convert

RGB 155 94 186 -
CMYK 0.17 0.49 0 0.27
HSL 279.78º 0.4% 0.55% -
HSV(B) 279.78º 0.49% 0.73% -
XYZ 26.38 18.52 48.64 -
YUV 122.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 155 94 186 0.17 0.49 0 0.27 279.78 0.4 0.55
Hex 9B 5E BA 11 31 0 1B 118 28 37
Octal 233 136 272 21 61 0 33 430 50 67
Binary 10011011 1011110 10111010 10001 110001 0 11011 100011000 101000 110111

Color Harmonies of #9B5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EBA

Black with #9B5EBA

Text Example


Text Example

White with #9B5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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