Html Css Color HEX #9440AF Deep Lilac

📋 copy color: '#9440AF'

red 148 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #9440AF

Tints of Deep Lilac #9440AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.54%

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

R = 38.24%
G = 16.54%
B = 45.22%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9440AF (or 0x9440AF) is known color: Deep Lilac. HEX triplet: 94, 40 and AF. RGB value is (148,64,175). Sum of RGB (Red+Green+Blue) = 148+64+175=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #9440AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9440AF is #6BBF50. Grayscale: #656565. Windows color (decimal): -7061329 or 11485332. OLE color: 11485332.

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

Color convert

RGB 148 64 175 -
CMYK 0.15 0.63 0 0.31
HSL 285.41º 0.46% 0.47% -
HSV(B) 285.41º 0.63% 0.69% -
XYZ 21.78 13.06 41.93 -
YUV 101.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 148 64 175 0.15 0.63 0 0.31 285.41 0.46 0.47
Hex 94 40 AF F 3F 0 1F 11D 2E 2F
Octal 224 100 257 17 77 0 37 435 56 57
Binary 10010100 1000000 10101111 1111 111111 0 11111 100011101 101110 101111

Color Harmonies of #9440AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440AF

Black with #9440AF

Text Example


Text Example

White with #9440AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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