Html Css Color HEX #9B46BF Deep Lilac

📋 copy color: '#9B46BF'

red 155 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #9B46BF

Tints of Deep Lilac #9B46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 37.26%
G = 16.83%
B = 45.91%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B46BF (or 0x9B46BF) is known color: Deep Lilac. HEX triplet: 9B, 46 and BF. RGB value is (155,70,191). Sum of RGB (Red+Green+Blue) = 155+70+191=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B46BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46BF is #64B940. Grayscale: #6C6C6C. Windows color (decimal): -6601025 or 12535451. OLE color: 12535451.

HSL color Cylindrical-coordinate representation of color #9B46BF: hue angle of 282.15º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B46BF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 70 191 -
CMYK 0.19 0.63 0 0.25
HSL 282.15º 0.49% 0.51% -
HSV(B) 282.15º 0.63% 0.75% -
XYZ 25.11 15.11 50.88 -
YUV 109.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 155 70 191 0.19 0.63 0 0.25 282.15 0.49 0.51
Hex 9B 46 BF 13 3F 0 19 11A 31 33
Octal 233 106 277 23 77 0 31 432 61 63
Binary 10011011 1000110 10111111 10011 111111 0 11001 100011010 110001 110011

Color Harmonies of #9B46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B46BF

Black with #9B46BF

Text Example


Text Example

White with #9B46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,191); }

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

background-color css

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

 a { background-color: rgb(155,70,191); }

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

border-color css

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

 span { border-color: rgb(155,70,191); }

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