Html Css Color HEX #9B3FBA Deep Lilac

📋 copy color: '#9B3FBA'

red 155 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #9B3FBA

Tints of Deep Lilac #9B3FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 38.37%
G = 15.59%
B = 46.04%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B3FBA (or 0x9B3FBA) is known color: Deep Lilac. HEX triplet: 9B, 3F and BA. RGB value is (155,63,186). Sum of RGB (Red+Green+Blue) = 155+63+186=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FBA is #64C045. Grayscale: #686868. Windows color (decimal): -6602822 or 12205979. OLE color: 12205979.

HSL color Cylindrical-coordinate representation of color #9B3FBA: hue angle of 284.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3FBA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 63 186 -
CMYK 0.17 0.66 0 0.27
HSL 284.88º 0.49% 0.49% -
HSV(B) 284.88º 0.66% 0.73% -
XYZ 24.16 14.07 47.9 -
YUV 104.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 155 63 186 0.17 0.66 0 0.27 284.88 0.49 0.49
Hex 9B 3F BA 11 42 0 1B 11D 31 31
Octal 233 77 272 21 102 0 33 435 61 61
Binary 10011011 111111 10111010 10001 1000010 0 11011 100011101 110001 110001

Color Harmonies of #9B3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3FBA

Black with #9B3FBA

Text Example


Text Example

White with #9B3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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