Html Css Color HEX #9646BF Deep Lilac

📋 copy color: '#9646BF'

red 150 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #9646BF

Tints of Deep Lilac #9646BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 36.5%
G = 17.03%
B = 46.47%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9646BF (or 0x9646BF) is known color: Deep Lilac. HEX triplet: 96, 46 and BF. RGB value is (150,70,191). Sum of RGB (Red+Green+Blue) = 150+70+191=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #9646BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646BF is #69B940. Grayscale: #6B6B6B. Windows color (decimal): -6928705 or 12535446. OLE color: 12535446.

HSL color Cylindrical-coordinate representation of color #9646BF: hue angle of 279.67º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9646BF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 70 191 -
CMYK 0.21 0.63 0 0.25
HSL 279.67º 0.49% 0.51% -
HSV(B) 279.67º 0.63% 0.75% -
XYZ 24.17 14.63 50.84 -
YUV 107.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 150 70 191 0.21 0.63 0 0.25 279.67 0.49 0.51
Hex 96 46 BF 15 3F 0 19 118 31 33
Octal 226 106 277 25 77 0 31 430 61 63
Binary 10010110 1000110 10111111 10101 111111 0 11001 100011000 110001 110011

Color Harmonies of #9646BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9646BF

Black with #9646BF

Text Example


Text Example

White with #9646BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9646BF; }

 p { color: rgb(150,70,191); }

 H1.HeaderClassName
 {
   color: #9646BF;
 }
 .AnyTagClassName
 {
   color: #9646BF;
 }
</style>

background-color css

<style>
 a { background-color: #9646BF; }

 a { background-color: rgb(150,70,191); }

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

border-color css

<style>
 span { border-color: #9646BF; }

 span { border-color: rgb(150,70,191); }

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