Html Css Color HEX #9252AF Deep Lilac

📋 copy color: '#9252AF'

red 146 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #9252AF

Tints of Deep Lilac #9252AF

RGB

 RED value IS 146 (57.42% from 255) = 36.23%

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 36.23%
G = 20.35%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9252AF (or 0x9252AF) is known color: Deep Lilac. HEX triplet: 92, 52 and AF. RGB value is (146,82,175). Sum of RGB (Red+Green+Blue) = 146+82+175=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 82 (32.42% from 255 or 20.35% 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 #9252AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9252AF is #6DAD50. Grayscale: #6F6F6F. Windows color (decimal): -7187793 or 11489938. OLE color: 11489938.

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

Color convert

RGB 146 82 175 -
CMYK 0.17 0.53 0 0.31
HSL 281.29º 0.37% 0.5% -
HSV(B) 281.29º 0.53% 0.69% -
XYZ 22.61 15.24 42.31 -
YUV 111.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 146 82 175 0.17 0.53 0 0.31 281.29 0.37 0.5
Hex 92 52 AF 11 35 0 1F 119 25 32
Octal 222 122 257 21 65 0 37 431 45 62
Binary 10010010 1010010 10101111 10001 110101 0 11111 100011001 100101 110010

Color Harmonies of #9252AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252AF

Black with #9252AF

Text Example


Text Example

White with #9252AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,82,175); }

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

background-color css

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

 a { background-color: rgb(146,82,175); }

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

border-color css

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

 span { border-color: rgb(146,82,175); }

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