Html Css Color HEX #9965B4 Deep Lilac

📋 copy color: '#9965B4'

red 153 ◦ green 101 ◦ blue 180

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

Shades of Deep Lilac #9965B4

Tints of Deep Lilac #9965B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.47%

R = 35.25%
G = 23.27%
B = 41.47%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9965B4 (or 0x9965B4) is known color: Deep Lilac. HEX triplet: 99, 65 and B4. RGB value is (153,101,180). Sum of RGB (Red+Green+Blue) = 153+101+180=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #9965B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965B4 is #669A4B. Grayscale: #7D7D7D. Windows color (decimal): -6724172 or 11822489. OLE color: 11822489.

HSL color Cylindrical-coordinate representation of color #9965B4: hue angle of 279.49º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9965B4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 101 180 -
CMYK 0.15 0.44 0 0.29
HSL 279.49º 0.34% 0.55% -
HSV(B) 279.49º 0.44% 0.71% -
XYZ 26.03 19.37 45.55 -
YUV 125.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 153 101 180 0.15 0.44 0 0.29 279.49 0.34 0.55
Hex 99 65 B4 F 2C 0 1D 117 22 37
Octal 231 145 264 17 54 0 35 427 42 67
Binary 10011001 1100101 10110100 1111 101100 0 11101 100010111 100010 110111

Color Harmonies of #9965B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9965B4

Black with #9965B4

Text Example


Text Example

White with #9965B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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