Html Css Color HEX #9865BC Deep Lilac

📋 copy color: '#9865BC'

red 152 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #9865BC

Tints of Deep Lilac #9865BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 34.47%
G = 22.9%
B = 42.63%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9865BC (or 0x9865BC) is known color: Deep Lilac. HEX triplet: 98, 65 and BC. RGB value is (152,101,188). Sum of RGB (Red+Green+Blue) = 152+101+188=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9865BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BC is #679A43. Grayscale: #7D7D7D. Windows color (decimal): -6789700 or 12346776. OLE color: 12346776.

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

Color convert

RGB 152 101 188 -
CMYK 0.19 0.46 0 0.26
HSL 275.17º 0.39% 0.57% -
HSV(B) 275.17º 0.46% 0.74% -
XYZ 26.68 19.61 49.96 -
YUV 126.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 152 101 188 0.19 0.46 0 0.26 275.17 0.39 0.57
Hex 98 65 BC 13 2E 0 1A 113 27 39
Octal 230 145 274 23 56 0 32 423 47 71
Binary 10011000 1100101 10111100 10011 101110 0 11010 100010011 100111 111001

Color Harmonies of #9865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865BC

Black with #9865BC

Text Example


Text Example

White with #9865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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