Html Css Color HEX #9852CD Deep Lilac

📋 copy color: '#9852CD'

red 152 ◦ green 82 ◦ blue 205

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

Shades of Deep Lilac #9852CD

Tints of Deep Lilac #9852CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 34.62%
G = 18.68%
B = 46.7%

CMYK

 C value IS 0.26

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9852CD (or 0x9852CD) is known color: Deep Lilac. HEX triplet: 98, 52 and CD. RGB value is (152,82,205). Sum of RGB (Red+Green+Blue) = 152+82+205=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #9852CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852CD is #67AD32. Grayscale: #747474. Windows color (decimal): -6794547 or 13456024. OLE color: 13456024.

HSL color Cylindrical-coordinate representation of color #9852CD: hue angle of 274.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9852CD is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 82 205 -
CMYK 0.26 0.6 0 0.20
HSL 274.15º 0.55% 0.56% -
HSV(B) 274.15º 0.6% 0.8% -
XYZ 26.99 17.12 59.64 -
YUV 116.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 152 82 205 0.26 0.6 0 0.20 274.15 0.55 0.56
Hex 98 52 CD 1A 3C 0 14 112 37 38
Octal 230 122 315 32 74 0 24 422 67 70
Binary 10011000 1010010 11001101 11010 111100 0 10100 100010010 110111 111000

Color Harmonies of #9852CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852CD

Black with #9852CD

Text Example


Text Example

White with #9852CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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