Html Css Color HEX #9A63BF Deep Lilac

📋 copy color: '#9A63BF'

red 154 ◦ green 99 ◦ blue 191

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

Shades of Deep Lilac #9A63BF

Tints of Deep Lilac #9A63BF

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

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

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

R = 34.68%
G = 22.3%
B = 43.02%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A63BF (or 0x9A63BF) is known color: Deep Lilac. HEX triplet: 9A, 63 and BF. RGB value is (154,99,191). Sum of RGB (Red+Green+Blue) = 154+99+191=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A63BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63BF is #659C40. Grayscale: #7D7D7D. Windows color (decimal): -6659137 or 12542874. OLE color: 12542874.

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

Color convert

RGB 154 99 191 -
CMYK 0.19 0.48 0 0.25
HSL 275.87º 0.42% 0.57% -
HSV(B) 275.87º 0.48% 0.75% -
XYZ 27.19 19.56 51.63 -
YUV 125.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 154 99 191 0.19 0.48 0 0.25 275.87 0.42 0.57
Hex 9A 63 BF 13 30 0 19 114 2A 39
Octal 232 143 277 23 60 0 31 424 52 71
Binary 10011010 1100011 10111111 10011 110000 0 11001 100010100 101010 111001

Color Harmonies of #9A63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63BF

Black with #9A63BF

Text Example


Text Example

White with #9A63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,191); }

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

background-color css

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

 a { background-color: rgb(154,99,191); }

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

border-color css

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

 span { border-color: rgb(154,99,191); }

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