Html Css Color HEX #9846BF Deep Lilac

📋 copy color: '#9846BF'

red 152 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #9846BF

Tints of Deep Lilac #9846BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 36.8%
G = 16.95%
B = 46.25%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9846BF (or 0x9846BF) is known color: Deep Lilac. HEX triplet: 98, 46 and BF. RGB value is (152,70,191). Sum of RGB (Red+Green+Blue) = 152+70+191=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #9846BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846BF is #67B940. Grayscale: #6B6B6B. Windows color (decimal): -6797633 or 12535448. OLE color: 12535448.

HSL color Cylindrical-coordinate representation of color #9846BF: hue angle of 280.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9846BF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 70 191 -
CMYK 0.20 0.63 0 0.25
HSL 280.66º 0.49% 0.51% -
HSV(B) 280.66º 0.63% 0.75% -
XYZ 24.54 14.82 50.86 -
YUV 108.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 152 70 191 0.20 0.63 0 0.25 280.66 0.49 0.51
Hex 98 46 BF 14 3F 0 19 119 31 33
Octal 230 106 277 24 77 0 31 431 61 63
Binary 10011000 1000110 10111111 10100 111111 0 11001 100011001 110001 110011

Color Harmonies of #9846BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9846BF

Black with #9846BF

Text Example


Text Example

White with #9846BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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