Html Css Color HEX #9850BF Deep Lilac

📋 copy color: '#9850BF'

red 152 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #9850BF

Tints of Deep Lilac #9850BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 35.93%
G = 18.91%
B = 45.15%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9850BF (or 0x9850BF) is known color: Deep Lilac. HEX triplet: 98, 50 and BF. RGB value is (152,80,191). Sum of RGB (Red+Green+Blue) = 152+80+191=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #9850BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850BF is #67AF40. Grayscale: #717171. Windows color (decimal): -6795073 or 12538008. OLE color: 12538008.

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

Color convert

RGB 152 80 191 -
CMYK 0.20 0.58 0 0.25
HSL 278.92º 0.46% 0.53% -
HSV(B) 278.92º 0.58% 0.75% -
XYZ 25.22 16.17 51.08 -
YUV 114.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 152 80 191 0.20 0.58 0 0.25 278.92 0.46 0.53
Hex 98 50 BF 14 3A 0 19 117 2E 35
Octal 230 120 277 24 72 0 31 427 56 65
Binary 10011000 1010000 10111111 10100 111010 0 11001 100010111 101110 110101

Color Harmonies of #9850BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850BF

Black with #9850BF

Text Example


Text Example

White with #9850BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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