Html Css Color HEX #9B3FAE Deep Lilac

📋 copy color: '#9B3FAE'

red 155 ◦ green 63 ◦ blue 174

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

Shades of Deep Lilac #9B3FAE

Tints of Deep Lilac #9B3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.07%

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

R = 39.54%
G = 16.07%
B = 44.39%

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

#9B3FAE (or 0x9B3FAE) is known color: Deep Lilac. HEX triplet: 9B, 3F and AE. RGB value is (155,63,174). Sum of RGB (Red+Green+Blue) = 155+63+174=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3FAE is #64C051. Grayscale: #666666. Windows color (decimal): -6602834 or 11419547. OLE color: 11419547.

HSL color Cylindrical-coordinate representation of color #9B3FAE: hue angle of 289.73º 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 #9B3FAE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 63 174 -
CMYK 0.11 0.64 0 0.32
HSL 289.73º 0.47% 0.46% -
HSV(B) 289.73º 0.64% 0.68% -
XYZ 22.94 13.58 41.46 -
YUV 103.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 155 63 174 0.11 0.64 0 0.32 289.73 0.47 0.46
Hex 9B 3F AE B 40 0 20 122 2F 2E
Octal 233 77 256 13 100 0 40 442 57 56
Binary 10011011 111111 10101110 1011 1000000 0 100000 100100010 101111 101110

Color Harmonies of #9B3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3FAE

Black with #9B3FAE

Text Example


Text Example

White with #9B3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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