Html Css Color HEX #9B3EAE Deep Lilac

📋 copy color: '#9B3EAE'

red 155 ◦ green 62 ◦ blue 174

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

Shades of Deep Lilac #9B3EAE

Tints of Deep Lilac #9B3EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 39.64%
G = 15.86%
B = 44.5%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B3EAE (or 0x9B3EAE) is known color: Deep Lilac. HEX triplet: 9B, 3E and AE. RGB value is (155,62,174). Sum of RGB (Red+Green+Blue) = 155+62+174=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3EAE is #64C151. Grayscale: #666666. Windows color (decimal): -6603090 or 11419291. OLE color: 11419291.

HSL color Cylindrical-coordinate representation of color #9B3EAE: hue angle of 289.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3EAE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 62 174 -
CMYK 0.11 0.64 0 0.32
HSL 289.82º 0.47% 0.46% -
HSV(B) 289.82º 0.64% 0.68% -
XYZ 22.88 13.47 41.44 -
YUV 102.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 155 62 174 0.11 0.64 0 0.32 289.82 0.47 0.46
Hex 9B 3E AE B 40 0 20 122 2F 2E
Octal 233 76 256 13 100 0 40 442 57 56
Binary 10011011 111110 10101110 1011 1000000 0 100000 100100010 101111 101110

Color Harmonies of #9B3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3EAE

Black with #9B3EAE

Text Example


Text Example

White with #9B3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,174); }

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

background-color css

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

 a { background-color: rgb(155,62,174); }

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

border-color css

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

 span { border-color: rgb(155,62,174); }

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