Html Css Color HEX #9650BE Deep Lilac

📋 copy color: '#9650BE'

red 150 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #9650BE

Tints of Deep Lilac #9650BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 35.71%
G = 19.05%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9650BE (or 0x9650BE) is known color: Deep Lilac. HEX triplet: 96, 50 and BE. RGB value is (150,80,190). Sum of RGB (Red+Green+Blue) = 150+80+190=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9650BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650BE is #69AF41. Grayscale: #717171. Windows color (decimal): -6926146 or 12472470. OLE color: 12472470.

HSL color Cylindrical-coordinate representation of color #9650BE: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9650BE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 80 190 -
CMYK 0.21 0.58 0 0.25
HSL 278.18º 0.46% 0.53% -
HSV(B) 278.18º 0.58% 0.75% -
XYZ 24.74 15.94 50.49 -
YUV 113.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 150 80 190 0.21 0.58 0 0.25 278.18 0.46 0.53
Hex 96 50 BE 15 3A 0 19 116 2E 35
Octal 226 120 276 25 72 0 31 426 56 65
Binary 10010110 1010000 10111110 10101 111010 0 11001 100010110 101110 110101

Color Harmonies of #9650BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650BE

Black with #9650BE

Text Example


Text Example

White with #9650BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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