Html Css Color HEX #9B3DAE Deep Lilac

📋 copy color: '#9B3DAE'

red 155 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #9B3DAE

Tints of Deep Lilac #9B3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 39.74%
G = 15.64%
B = 44.62%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B3DAE (or 0x9B3DAE) is known color: Deep Lilac. HEX triplet: 9B, 3D and AE. RGB value is (155,61,174). Sum of RGB (Red+Green+Blue) = 155+61+174=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3DAE is #64C251. Grayscale: #656565. Windows color (decimal): -6603346 or 11419035. OLE color: 11419035.

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

Color convert

RGB 155 61 174 -
CMYK 0.11 0.65 0 0.32
HSL 289.91º 0.48% 0.46% -
HSV(B) 289.91º 0.65% 0.68% -
XYZ 22.83 13.36 41.42 -
YUV 101.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 155 61 174 0.11 0.65 0 0.32 289.91 0.48 0.46
Hex 9B 3D AE B 41 0 20 122 30 2E
Octal 233 75 256 13 101 0 40 442 60 56
Binary 10011011 111101 10101110 1011 1000001 0 100000 100100010 110000 101110

Color Harmonies of #9B3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DAE

Black with #9B3DAE

Text Example


Text Example

White with #9B3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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