Html Css Color HEX #9851BF Deep Lilac

📋 copy color: '#9851BF'

red 152 ◦ green 81 ◦ blue 191

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

Shades of Deep Lilac #9851BF

Tints of Deep Lilac #9851BF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.1%

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

R = 35.85%
G = 19.1%
B = 45.05%

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

#9851BF (or 0x9851BF) is known color: Deep Lilac. HEX triplet: 98, 51 and BF. RGB value is (152,81,191). Sum of RGB (Red+Green+Blue) = 152+81+191=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9851BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851BF is #67AE40. Grayscale: #727272. Windows color (decimal): -6794817 or 12538264. OLE color: 12538264.

HSL color Cylindrical-coordinate representation of color #9851BF: hue angle of 278.73º 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 #9851BF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 81 191 -
CMYK 0.20 0.58 0 0.25
HSL 278.73º 0.46% 0.53% -
HSV(B) 278.73º 0.58% 0.75% -
XYZ 25.3 16.32 51.11 -
YUV 114.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 152 81 191 0.20 0.58 0 0.25 278.73 0.46 0.53
Hex 98 51 BF 14 3A 0 19 117 2E 35
Octal 230 121 277 24 72 0 31 427 56 65
Binary 10011000 1010001 10111111 10100 111010 0 11001 100010111 101110 110101

Color Harmonies of #9851BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851BF

Black with #9851BF

Text Example


Text Example

White with #9851BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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