Html Css Color HEX #9854C0 Deep Lilac

📋 copy color: '#9854C0'

red 152 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #9854C0

Tints of Deep Lilac #9854C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 35.51%
G = 19.63%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9854C0 (or 0x9854C0) is known color: Deep Lilac. HEX triplet: 98, 54 and C0. RGB value is (152,84,192). Sum of RGB (Red+Green+Blue) = 152+84+192=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #9854C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854C0 is #67AB3F. Grayscale: #747474. Windows color (decimal): -6794048 or 12604568. OLE color: 12604568.

HSL color Cylindrical-coordinate representation of color #9854C0: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9854C0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 84 192 -
CMYK 0.21 0.56 0 0.25
HSL 277.78º 0.46% 0.54% -
HSV(B) 277.78º 0.56% 0.75% -
XYZ 25.63 16.82 51.77 -
YUV 116.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 152 84 192 0.21 0.56 0 0.25 277.78 0.46 0.54
Hex 98 54 C0 15 38 0 19 116 2E 36
Octal 230 124 300 25 70 0 31 426 56 66
Binary 10011000 1010100 11000000 10101 111000 0 11001 100010110 101110 110110

Color Harmonies of #9854C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9854C0

Black with #9854C0

Text Example


Text Example

White with #9854C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9854C0; }

 p { color: rgb(152,84,192); }

 H1.HeaderClassName
 {
   color: #9854C0;
 }
 .AnyTagClassName
 {
   color: #9854C0;
 }
</style>

background-color css

<style>
 a { background-color: #9854C0; }

 a { background-color: rgb(152,84,192); }

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

border-color css

<style>
 span { border-color: #9854C0; }

 span { border-color: rgb(152,84,192); }

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