Html Css Color HEX #9852B4 Deep Lilac

📋 copy color: '#9852B4'

red 152 ◦ green 82 ◦ blue 180

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

Shades of Deep Lilac #9852B4

Tints of Deep Lilac #9852B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 36.71%
G = 19.81%
B = 43.48%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9852B4 (or 0x9852B4) is known color: Deep Lilac. HEX triplet: 98, 52 and B4. RGB value is (152,82,180). Sum of RGB (Red+Green+Blue) = 152+82+180=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #9852B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852B4 is #67AD4B. Grayscale: #717171. Windows color (decimal): -6794572 or 11817624. OLE color: 11817624.

HSL color Cylindrical-coordinate representation of color #9852B4: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9852B4 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 82 180 -
CMYK 0.16 0.54 0 0.29
HSL 282.86º 0.4% 0.51% -
HSV(B) 282.86º 0.54% 0.71% -
XYZ 24.2 16.01 44.99 -
YUV 114.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 152 82 180 0.16 0.54 0 0.29 282.86 0.4 0.51
Hex 98 52 B4 10 36 0 1D 11B 28 33
Octal 230 122 264 20 66 0 35 433 50 63
Binary 10011000 1010010 10110100 10000 110110 0 11101 100011011 101000 110011

Color Harmonies of #9852B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852B4

Black with #9852B4

Text Example


Text Example

White with #9852B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9852B4; }

 p { color: rgb(152,82,180); }

 H1.HeaderClassName
 {
   color: #9852B4;
 }
 .AnyTagClassName
 {
   color: #9852B4;
 }
</style>

background-color css

<style>
 a { background-color: #9852B4; }

 a { background-color: rgb(152,82,180); }

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

border-color css

<style>
 span { border-color: #9852B4; }

 span { border-color: rgb(152,82,180); }

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