Html Css Color HEX #9F63BA Deep Lilac

📋 copy color: '#9F63BA'

red 159 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #9F63BA

Tints of Deep Lilac #9F63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 35.81%
G = 22.3%
B = 41.89%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F63BA (or 0x9F63BA) is known color: Deep Lilac. HEX triplet: 9F, 63 and BA. RGB value is (159,99,186). Sum of RGB (Red+Green+Blue) = 159+99+186=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F63BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63BA is #609C45. Grayscale: #7E7E7E. Windows color (decimal): -6331462 or 12215199. OLE color: 12215199.

HSL color Cylindrical-coordinate representation of color #9F63BA: hue angle of 281.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F63BA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 99 186 -
CMYK 0.15 0.47 0 0.27
HSL 281.38º 0.39% 0.56% -
HSV(B) 281.38º 0.47% 0.73% -
XYZ 27.62 19.84 48.83 -
YUV 126.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 159 99 186 0.15 0.47 0 0.27 281.38 0.39 0.56
Hex 9F 63 BA F 2F 0 1B 119 27 38
Octal 237 143 272 17 57 0 33 431 47 70
Binary 10011111 1100011 10111010 1111 101111 0 11011 100011001 100111 111000

Color Harmonies of #9F63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63BA

Black with #9F63BA

Text Example


Text Example

White with #9F63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,186); }

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

background-color css

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

 a { background-color: rgb(159,99,186); }

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

border-color css

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

 span { border-color: rgb(159,99,186); }

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