Html Css Color HEX #9450AB Deep Lilac

📋 copy color: '#9450AB'

red 148 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9450AB

Tints of Deep Lilac #9450AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 37.09%
G = 20.05%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9450AB (or 0x9450AB) is known color: Deep Lilac. HEX triplet: 94, 50 and AB. RGB value is (148,80,171). Sum of RGB (Red+Green+Blue) = 148+80+171=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9450AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9450AB is #6BAF54. Grayscale: #6E6E6E. Windows color (decimal): -7057237 or 11227284. OLE color: 11227284.

HSL color Cylindrical-coordinate representation of color #9450AB: hue angle of 284.84º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9450AB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 80 171 -
CMYK 0.13 0.53 0 0.33
HSL 284.84º 0.36% 0.49% -
HSV(B) 284.84º 0.53% 0.67% -
XYZ 22.43 14.97 40.24 -
YUV 110.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 148 80 171 0.13 0.53 0 0.33 284.84 0.36 0.49
Hex 94 50 AB D 35 0 21 11D 24 31
Octal 224 120 253 15 65 0 41 435 44 61
Binary 10010100 1010000 10101011 1101 110101 0 100001 100011101 100100 110001

Color Harmonies of #9450AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450AB

Black with #9450AB

Text Example


Text Example

White with #9450AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9450AB; }

 p { color: rgb(148,80,171); }

 H1.HeaderClassName
 {
   color: #9450AB;
 }
 .AnyTagClassName
 {
   color: #9450AB;
 }
</style>

background-color css

<style>
 a { background-color: #9450AB; }

 a { background-color: rgb(148,80,171); }

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

border-color css

<style>
 span { border-color: #9450AB; }

 span { border-color: rgb(148,80,171); }

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