Html Css Color HEX #9B3EAF Deep Lilac

📋 copy color: '#9B3EAF'

red 155 ◦ green 62 ◦ blue 175

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

Shades of Deep Lilac #9B3EAF

Tints of Deep Lilac #9B3EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 39.54%
G = 15.82%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B3EAF (or 0x9B3EAF) is known color: Deep Lilac. HEX triplet: 9B, 3E and AF. RGB value is (155,62,175). Sum of RGB (Red+Green+Blue) = 155+62+175=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B3EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3EAF is #64C150. Grayscale: #666666. Windows color (decimal): -6603089 or 11484827. OLE color: 11484827.

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

Color convert

RGB 155 62 175 -
CMYK 0.11 0.65 0 0.31
HSL 289.38º 0.48% 0.46% -
HSV(B) 289.38º 0.65% 0.69% -
XYZ 22.98 13.51 41.95 -
YUV 102.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 155 62 175 0.11 0.65 0 0.31 289.38 0.48 0.46
Hex 9B 3E AF B 41 0 1F 121 30 2E
Octal 233 76 257 13 101 0 37 441 60 56
Binary 10011011 111110 10101111 1011 1000001 0 11111 100100001 110000 101110

Color Harmonies of #9B3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3EAF

Black with #9B3EAF

Text Example


Text Example

White with #9B3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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