Html Css Color HEX #9864BC Deep Lilac

📋 copy color: '#9864BC'

red 152 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #9864BC

Tints of Deep Lilac #9864BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 34.55%
G = 22.73%
B = 42.73%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9864BC (or 0x9864BC) is known color: Deep Lilac. HEX triplet: 98, 64 and BC. RGB value is (152,100,188). Sum of RGB (Red+Green+Blue) = 152+100+188=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #9864BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864BC is #679B43. Grayscale: #7D7D7D. Windows color (decimal): -6789956 or 12346520. OLE color: 12346520.

HSL color Cylindrical-coordinate representation of color #9864BC: hue angle of 275.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9864BC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 100 188 -
CMYK 0.19 0.47 0 0.26
HSL 275.45º 0.4% 0.56% -
HSV(B) 275.45º 0.47% 0.74% -
XYZ 26.58 19.42 49.92 -
YUV 125.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 152 100 188 0.19 0.47 0 0.26 275.45 0.4 0.56
Hex 98 64 BC 13 2F 0 1A 113 28 38
Octal 230 144 274 23 57 0 32 423 50 70
Binary 10011000 1100100 10111100 10011 101111 0 11010 100010011 101000 111000

Color Harmonies of #9864BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864BC

Black with #9864BC

Text Example


Text Example

White with #9864BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9864BC; }

 p { color: rgb(152,100,188); }

 H1.HeaderClassName
 {
   color: #9864BC;
 }
 .AnyTagClassName
 {
   color: #9864BC;
 }
</style>

background-color css

<style>
 a { background-color: #9864BC; }

 a { background-color: rgb(152,100,188); }

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

border-color css

<style>
 span { border-color: #9864BC; }

 span { border-color: rgb(152,100,188); }

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