Html Css Color HEX #9842AF Deep Lilac

📋 copy color: '#9842AF'

red 152 ◦ green 66 ◦ blue 175

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

Shades of Deep Lilac #9842AF

Tints of Deep Lilac #9842AF

RGB

 RED value IS 152 (59.77% from 255) = 38.68%

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 38.68%
G = 16.79%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9842AF (or 0x9842AF) is known color: Deep Lilac. HEX triplet: 98, 42 and AF. RGB value is (152,66,175). Sum of RGB (Red+Green+Blue) = 152+66+175=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9842AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9842AF is #67BD50. Grayscale: #676767. Windows color (decimal): -6798673 or 11485848. OLE color: 11485848.

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

Color convert

RGB 152 66 175 -
CMYK 0.13 0.62 0 0.31
HSL 287.34º 0.45% 0.47% -
HSV(B) 287.34º 0.62% 0.69% -
XYZ 22.63 13.67 42 -
YUV 104.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 152 66 175 0.13 0.62 0 0.31 287.34 0.45 0.47
Hex 98 42 AF D 3E 0 1F 11F 2D 2F
Octal 230 102 257 15 76 0 37 437 55 57
Binary 10011000 1000010 10101111 1101 111110 0 11111 100011111 101101 101111

Color Harmonies of #9842AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9842AF

Black with #9842AF

Text Example


Text Example

White with #9842AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,66,175); }

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

background-color css

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

 a { background-color: rgb(152,66,175); }

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

border-color css

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

 span { border-color: rgb(152,66,175); }

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