Html Css Color HEX #9848C0 Deep Lilac

📋 copy color: '#9848C0'

red 152 ◦ green 72 ◦ blue 192

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

Shades of Deep Lilac #9848C0

Tints of Deep Lilac #9848C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 36.54%
G = 17.31%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9848C0 (or 0x9848C0) is known color: Deep Lilac. HEX triplet: 98, 48 and C0. RGB value is (152,72,192). Sum of RGB (Red+Green+Blue) = 152+72+192=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #9848C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848C0 is #67B73F. Grayscale: #6D6D6D. Windows color (decimal): -6797120 or 12601496. OLE color: 12601496.

HSL color Cylindrical-coordinate representation of color #9848C0: hue angle of 280º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9848C0 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 72 192 -
CMYK 0.21 0.63 0 0.25
HSL 280º 0.49% 0.52% -
HSV(B) 280º 0.63% 0.75% -
XYZ 24.78 15.12 51.48 -
YUV 109.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 152 72 192 0.21 0.63 0 0.25 280 0.49 0.52
Hex 98 48 C0 15 3F 0 19 118 31 34
Octal 230 110 300 25 77 0 31 430 61 64
Binary 10011000 1001000 11000000 10101 111111 0 11001 100011000 110001 110100

Color Harmonies of #9848C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9848C0

Black with #9848C0

Text Example


Text Example

White with #9848C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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