Html Css Color HEX #9965BC Deep Lilac

📋 copy color: '#9965BC'

red 153 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #9965BC

Tints of Deep Lilac #9965BC

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

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

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

R = 34.62%
G = 22.85%
B = 42.53%

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

#9965BC (or 0x9965BC) is known color: Deep Lilac. HEX triplet: 99, 65 and BC. RGB value is (153,101,188). Sum of RGB (Red+Green+Blue) = 153+101+188=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9965BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965BC is #669A43. Grayscale: #7E7E7E. Windows color (decimal): -6724164 or 12346777. OLE color: 12346777.

HSL color Cylindrical-coordinate representation of color #9965BC: hue angle of 275.86º 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 #9965BC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 101 188 -
CMYK 0.19 0.46 0 0.26
HSL 275.86º 0.39% 0.57% -
HSV(B) 275.86º 0.46% 0.74% -
XYZ 26.87 19.71 49.97 -
YUV 126.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 153 101 188 0.19 0.46 0 0.26 275.86 0.39 0.57
Hex 99 65 BC 13 2E 0 1A 114 27 39
Octal 231 145 274 23 56 0 32 424 47 71
Binary 10011001 1100101 10111100 10011 101110 0 11010 100010100 100111 111001

Color Harmonies of #9965BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965BC

Black with #9965BC

Text Example


Text Example

White with #9965BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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