Html Css Color HEX #9450AF Deep Lilac

📋 copy color: '#9450AF'

red 148 ◦ green 80 ◦ blue 175

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

Shades of Deep Lilac #9450AF

Tints of Deep Lilac #9450AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 36.72%
G = 19.85%
B = 43.42%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9450AF (or 0x9450AF) is known color: Deep Lilac. HEX triplet: 94, 50 and AF. RGB value is (148,80,175). Sum of RGB (Red+Green+Blue) = 148+80+175=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #9450AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9450AF is #6BAF50. Grayscale: #6E6E6E. Windows color (decimal): -7057233 or 11489428. OLE color: 11489428.

HSL color Cylindrical-coordinate representation of color #9450AF: hue angle of 282.95º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9450AF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 80 175 -
CMYK 0.15 0.54 0 0.31
HSL 282.95º 0.37% 0.5% -
HSV(B) 282.95º 0.54% 0.69% -
XYZ 22.82 15.13 42.27 -
YUV 111.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 148 80 175 0.15 0.54 0 0.31 282.95 0.37 0.5
Hex 94 50 AF F 36 0 1F 11B 25 32
Octal 224 120 257 17 66 0 37 433 45 62
Binary 10010100 1010000 10101111 1111 110110 0 11111 100011011 100101 110010

Color Harmonies of #9450AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450AF

Black with #9450AF

Text Example


Text Example

White with #9450AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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