Html Css Color HEX #9846BA Deep Lilac

📋 copy color: '#9846BA'

red 152 ◦ green 70 ◦ blue 186

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

Shades of Deep Lilac #9846BA

Tints of Deep Lilac #9846BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 37.25%
G = 17.16%
B = 45.59%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9846BA (or 0x9846BA) is known color: Deep Lilac. HEX triplet: 98, 46 and BA. RGB value is (152,70,186). Sum of RGB (Red+Green+Blue) = 152+70+186=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9846BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846BA is #67B945. Grayscale: #6B6B6B. Windows color (decimal): -6797638 or 12207768. OLE color: 12207768.

HSL color Cylindrical-coordinate representation of color #9846BA: hue angle of 282.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9846BA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 70 186 -
CMYK 0.18 0.62 0 0.27
HSL 282.41º 0.46% 0.5% -
HSV(B) 282.41º 0.62% 0.73% -
XYZ 24 14.6 48.01 -
YUV 107.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 152 70 186 0.18 0.62 0 0.27 282.41 0.46 0.5
Hex 98 46 BA 12 3E 0 1B 11A 2E 32
Octal 230 106 272 22 76 0 33 432 56 62
Binary 10011000 1000110 10111010 10010 111110 0 11011 100011010 101110 110010

Color Harmonies of #9846BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9846BA

Black with #9846BA

Text Example


Text Example

White with #9846BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9846BA; }

 p { color: rgb(152,70,186); }

 H1.HeaderClassName
 {
   color: #9846BA;
 }
 .AnyTagClassName
 {
   color: #9846BA;
 }
</style>

background-color css

<style>
 a { background-color: #9846BA; }

 a { background-color: rgb(152,70,186); }

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

border-color css

<style>
 span { border-color: #9846BA; }

 span { border-color: rgb(152,70,186); }

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