Html Css Color HEX #9848CC Deep Lilac

📋 copy color: '#9848CC'

red 152 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #9848CC

Tints of Deep Lilac #9848CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 35.51%
G = 16.82%
B = 47.66%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9848CC (or 0x9848CC) is known color: Deep Lilac. HEX triplet: 98, 48 and CC. RGB value is (152,72,204). Sum of RGB (Red+Green+Blue) = 152+72+204=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #9848CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848CC is #67B733. Grayscale: #6E6E6E. Windows color (decimal): -6797108 or 13387928. OLE color: 13387928.

HSL color Cylindrical-coordinate representation of color #9848CC: hue angle of 276.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9848CC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 72 204 -
CMYK 0.25 0.65 0 0.2
HSL 276.36º 0.56% 0.54% -
HSV(B) 276.36º 0.65% 0.8% -
XYZ 26.17 15.67 58.77 -
YUV 110.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 152 72 204 0.25 0.65 0 0.2 276.36 0.56 0.54
Hex 98 48 CC 19 41 0 14 114 38 36
Octal 230 110 314 31 101 0 24 424 70 66
Binary 10011000 1001000 11001100 11001 1000001 0 10100 100010100 111000 110110

Color Harmonies of #9848CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9848CC

Black with #9848CC

Text Example


Text Example

White with #9848CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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