Html Css Color HEX #9651BD Deep Lilac

📋 copy color: '#9651BD'

red 150 ◦ green 81 ◦ blue 189

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

Shades of Deep Lilac #9651BD

Tints of Deep Lilac #9651BD

RGB

 RED value IS 150 (58.98% from 255) = 35.71%

 GREEN value IS 81 (32.03% from 255) = 19.29%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 35.71%
G = 19.29%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9651BD (or 0x9651BD) is known color: Deep Lilac. HEX triplet: 96, 51 and BD. RGB value is (150,81,189). Sum of RGB (Red+Green+Blue) = 150+81+189=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9651BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651BD is #69AE42. Grayscale: #717171. Windows color (decimal): -6925891 or 12407190. OLE color: 12407190.

HSL color Cylindrical-coordinate representation of color #9651BD: hue angle of 278.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9651BD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 81 189 -
CMYK 0.21 0.57 0 0.26
HSL 278.33º 0.45% 0.53% -
HSV(B) 278.33º 0.57% 0.74% -
XYZ 24.71 16.04 49.94 -
YUV 113.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 150 81 189 0.21 0.57 0 0.26 278.33 0.45 0.53
Hex 96 51 BD 15 39 0 1A 116 2D 35
Octal 226 121 275 25 71 0 32 426 55 65
Binary 10010110 1010001 10111101 10101 111001 0 11010 100010110 101101 110101

Color Harmonies of #9651BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9651BD

Black with #9651BD

Text Example


Text Example

White with #9651BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9651BD; }

 p { color: rgb(150,81,189); }

 H1.HeaderClassName
 {
   color: #9651BD;
 }
 .AnyTagClassName
 {
   color: #9651BD;
 }
</style>

background-color css

<style>
 a { background-color: #9651BD; }

 a { background-color: rgb(150,81,189); }

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

border-color css

<style>
 span { border-color: #9651BD; }

 span { border-color: rgb(150,81,189); }

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