Html Css Color HEX #9B3CAE Deep Lilac

📋 copy color: '#9B3CAE'

red 155 ◦ green 60 ◦ blue 174

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

Shades of Deep Lilac #9B3CAE

Tints of Deep Lilac #9B3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 39.85%
G = 15.42%
B = 44.73%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B3CAE (or 0x9B3CAE) is known color: Deep Lilac. HEX triplet: 9B, 3C and AE. RGB value is (155,60,174). Sum of RGB (Red+Green+Blue) = 155+60+174=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B3CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3CAE is #64C351. Grayscale: #656565. Windows color (decimal): -6603602 or 11418779. OLE color: 11418779.

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

Color convert

RGB 155 60 174 -
CMYK 0.11 0.66 0 0.32
HSL 290º 0.49% 0.46% -
HSV(B) 290º 0.66% 0.68% -
XYZ 22.77 13.26 41.4 -
YUV 101.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 155 60 174 0.11 0.66 0 0.32 290 0.49 0.46
Hex 9B 3C AE B 42 0 20 122 31 2E
Octal 233 74 256 13 102 0 40 442 61 56
Binary 10011011 111100 10101110 1011 1000010 0 100000 100100010 110001 101110

Color Harmonies of #9B3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CAE

Black with #9B3CAE

Text Example


Text Example

White with #9B3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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