Html Css Color HEX #9F3BAC Deep Lilac

📋 copy color: '#9F3BAC'

red 159 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #9F3BAC

Tints of Deep Lilac #9F3BAC

RGB

 RED value IS 159 (62.5% from 255) = 40.77%

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 40.77%
G = 15.13%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F3BAC (or 0x9F3BAC) is known color: Deep Lilac. HEX triplet: 9F, 3B and AC. RGB value is (159,59,172). Sum of RGB (Red+Green+Blue) = 159+59+172=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3BAC is #60C453. Grayscale: #656565. Windows color (decimal): -6341716 or 11287455. OLE color: 11287455.

HSL color Cylindrical-coordinate representation of color #9F3BAC: hue angle of 293.1º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3BAC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 59 172 -
CMYK 0.08 0.66 0 0.33
HSL 293.1º 0.49% 0.45% -
HSV(B) 293.1º 0.66% 0.67% -
XYZ 23.31 13.48 40.4 -
YUV 101.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 159 59 172 0.08 0.66 0 0.33 293.1 0.49 0.45
Hex 9F 3B AC 8 42 0 21 125 31 2D
Octal 237 73 254 10 102 0 41 445 61 55
Binary 10011111 111011 10101100 1000 1000010 0 100001 100100101 110001 101101

Color Harmonies of #9F3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BAC

Black with #9F3BAC

Text Example


Text Example

White with #9F3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,59,172); }

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

background-color css

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

 a { background-color: rgb(159,59,172); }

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

border-color css

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

 span { border-color: rgb(159,59,172); }

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