Html Css Color HEX #9441AF Deep Lilac

📋 copy color: '#9441AF'

red 148 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #9441AF

Tints of Deep Lilac #9441AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

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

R = 38.14%
G = 16.75%
B = 45.1%

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

#9441AF (or 0x9441AF) is known color: Deep Lilac. HEX triplet: 94, 41 and AF. RGB value is (148,65,175). Sum of RGB (Red+Green+Blue) = 148+65+175=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #9441AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9441AF is #6BBE50. Grayscale: #666666. Windows color (decimal): -7061073 or 11485588. OLE color: 11485588.

HSL color Cylindrical-coordinate representation of color #9441AF: hue angle of 285.27º 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 #9441AF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 65 175 -
CMYK 0.15 0.63 0 0.31
HSL 285.27º 0.46% 0.47% -
HSV(B) 285.27º 0.63% 0.69% -
XYZ 21.84 13.17 41.95 -
YUV 102.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 148 65 175 0.15 0.63 0 0.31 285.27 0.46 0.47
Hex 94 41 AF F 3F 0 1F 11D 2E 2F
Octal 224 101 257 17 77 0 37 435 56 57
Binary 10010100 1000001 10101111 1111 111111 0 11111 100011101 101110 101111

Color Harmonies of #9441AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441AF

Black with #9441AF

Text Example


Text Example

White with #9441AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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