Html Css Color HEX #9463B7 Deep Lilac

📋 copy color: '#9463B7'

red 148 ◦ green 99 ◦ blue 183

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

Shades of Deep Lilac #9463B7

Tints of Deep Lilac #9463B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 34.42%
G = 23.02%
B = 42.56%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9463B7 (or 0x9463B7) is known color: Deep Lilac. HEX triplet: 94, 63 and B7. RGB value is (148,99,183). Sum of RGB (Red+Green+Blue) = 148+99+183=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #9463B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463B7 is #6B9C48. Grayscale: #7A7A7A. Windows color (decimal): -7052361 or 12018580. OLE color: 12018580.

HSL color Cylindrical-coordinate representation of color #9463B7: hue angle of 275º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9463B7 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 99 183 -
CMYK 0.19 0.46 0 0.28
HSL 275º 0.37% 0.55% -
HSV(B) 275º 0.46% 0.72% -
XYZ 25.22 18.64 47.07 -
YUV 123.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 148 99 183 0.19 0.46 0 0.28 275 0.37 0.55
Hex 94 63 B7 13 2E 0 1C 113 25 37
Octal 224 143 267 23 56 0 34 423 45 67
Binary 10010100 1100011 10110111 10011 101110 0 11100 100010011 100101 110111

Color Harmonies of #9463B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463B7

Black with #9463B7

Text Example


Text Example

White with #9463B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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