Html Css Color HEX #9B5EBC Deep Lilac

📋 copy color: '#9B5EBC'

red 155 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #9B5EBC

Tints of Deep Lilac #9B5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 35.47%
G = 21.51%
B = 43.02%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B5EBC (or 0x9B5EBC) is known color: Deep Lilac. HEX triplet: 9B, 5E and BC. RGB value is (155,94,188). Sum of RGB (Red+Green+Blue) = 155+94+188=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5EBC is #64A143. Grayscale: #7A7A7A. Windows color (decimal): -6594884 or 12344987. OLE color: 12344987.

HSL color Cylindrical-coordinate representation of color #9B5EBC: hue angle of 278.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5EBC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 94 188 -
CMYK 0.18 0.50 0 0.26
HSL 278.94º 0.41% 0.55% -
HSV(B) 278.94º 0.5% 0.74% -
XYZ 26.6 18.6 49.77 -
YUV 122.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 155 94 188 0.18 0.50 0 0.26 278.94 0.41 0.55
Hex 9B 5E BC 12 32 0 1A 117 29 37
Octal 233 136 274 22 62 0 32 427 51 67
Binary 10011011 1011110 10111100 10010 110010 0 11010 100010111 101001 110111

Color Harmonies of #9B5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EBC

Black with #9B5EBC

Text Example


Text Example

White with #9B5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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