Html Css Color HEX #9463BB Deep Lilac

📋 copy color: '#9463BB'

red 148 ◦ green 99 ◦ blue 187

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

Shades of Deep Lilac #9463BB

Tints of Deep Lilac #9463BB

RGB

 RED value IS 148 (58.2% from 255) = 34.1%

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 34.1%
G = 22.81%
B = 43.09%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9463BB (or 0x9463BB) is known color: Deep Lilac. HEX triplet: 94, 63 and BB. RGB value is (148,99,187). Sum of RGB (Red+Green+Blue) = 148+99+187=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #9463BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463BB is #6B9C44. Grayscale: #7B7B7B. Windows color (decimal): -7052357 or 12280724. OLE color: 12280724.

HSL color Cylindrical-coordinate representation of color #9463BB: hue angle of 273.41º 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 #9463BB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 99 187 -
CMYK 0.21 0.47 0 0.27
HSL 273.41º 0.39% 0.56% -
HSV(B) 273.41º 0.47% 0.73% -
XYZ 25.64 18.81 49.29 -
YUV 123.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 148 99 187 0.21 0.47 0 0.27 273.41 0.39 0.56
Hex 94 63 BB 15 2F 0 1B 111 27 38
Octal 224 143 273 25 57 0 33 421 47 70
Binary 10010100 1100011 10111011 10101 101111 0 11011 100010001 100111 111000

Color Harmonies of #9463BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463BB

Black with #9463BB

Text Example


Text Example

White with #9463BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9463BB; }

 p { color: rgb(148,99,187); }

 H1.HeaderClassName
 {
   color: #9463BB;
 }
 .AnyTagClassName
 {
   color: #9463BB;
 }
</style>

background-color css

<style>
 a { background-color: #9463BB; }

 a { background-color: rgb(148,99,187); }

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

border-color css

<style>
 span { border-color: #9463BB; }

 span { border-color: rgb(148,99,187); }

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