Html Css Color HEX #9858BA Deep Lilac

📋 copy color: '#9858BA'

red 152 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9858BA

Tints of Deep Lilac #9858BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 35.68%
G = 20.66%
B = 43.66%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9858BA (or 0x9858BA) is known color: Deep Lilac. HEX triplet: 98, 58 and BA. RGB value is (152,88,186). Sum of RGB (Red+Green+Blue) = 152+88+186=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9858BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858BA is #67A745. Grayscale: #757575. Windows color (decimal): -6793030 or 12212376. OLE color: 12212376.

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

Color convert

RGB 152 88 186 -
CMYK 0.18 0.53 0 0.27
HSL 279.18º 0.42% 0.54% -
HSV(B) 279.18º 0.53% 0.73% -
XYZ 25.3 17.2 48.44 -
YUV 118.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 152 88 186 0.18 0.53 0 0.27 279.18 0.42 0.54
Hex 98 58 BA 12 35 0 1B 117 2A 36
Octal 230 130 272 22 65 0 33 427 52 66
Binary 10011000 1011000 10111010 10010 110101 0 11011 100010111 101010 110110

Color Harmonies of #9858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9858BA

Black with #9858BA

Text Example


Text Example

White with #9858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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