Html Css Color HEX #9650B6 Deep Lilac

📋 copy color: '#9650B6'

red 150 ◦ green 80 ◦ blue 182

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

Shades of Deep Lilac #9650B6

Tints of Deep Lilac #9650B6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 36.41%
G = 19.42%
B = 44.17%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9650B6 (or 0x9650B6) is known color: Deep Lilac. HEX triplet: 96, 50 and B6. RGB value is (150,80,182). Sum of RGB (Red+Green+Blue) = 150+80+182=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #9650B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650B6 is #69AF49. Grayscale: #707070. Windows color (decimal): -6926154 or 11948182. OLE color: 11948182.

HSL color Cylindrical-coordinate representation of color #9650B6: hue angle of 281.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9650B6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 80 182 -
CMYK 0.18 0.56 0 0.29
HSL 281.18º 0.41% 0.51% -
HSV(B) 281.18º 0.56% 0.71% -
XYZ 23.89 15.6 46.01 -
YUV 112.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 150 80 182 0.18 0.56 0 0.29 281.18 0.41 0.51
Hex 96 50 B6 12 38 0 1D 119 29 33
Octal 226 120 266 22 70 0 35 431 51 63
Binary 10010110 1010000 10110110 10010 111000 0 11101 100011001 101001 110011

Color Harmonies of #9650B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650B6

Black with #9650B6

Text Example


Text Example

White with #9650B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9650B6; }

 p { color: rgb(150,80,182); }

 H1.HeaderClassName
 {
   color: #9650B6;
 }
 .AnyTagClassName
 {
   color: #9650B6;
 }
</style>

background-color css

<style>
 a { background-color: #9650B6; }

 a { background-color: rgb(150,80,182); }

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

border-color css

<style>
 span { border-color: #9650B6; }

 span { border-color: rgb(150,80,182); }

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